mirror of
https://github.com/static-web-server/static-web-server.git
synced 2026-01-25 05:06:33 +00:00
refactor: update deprecated macos-12 runner to macos-14 due to issues
2024-12-03: https://github.com/actions/runner-images/issues/10721
This commit is contained in:
4
.github/workflows/devel.yml
vendored
4
.github/workflows/devel.yml
vendored
@@ -139,11 +139,11 @@ jobs:
|
||||
rust: stable
|
||||
target: x86_64-unknown-illumos
|
||||
- build: macos
|
||||
os: macos-12
|
||||
os: macos-14
|
||||
rust: stable
|
||||
target: x86_64-apple-darwin
|
||||
- build: macos-arm64
|
||||
os: macos-12
|
||||
os: macos-14
|
||||
rust: stable
|
||||
target: aarch64-apple-darwin
|
||||
- build: windows-msvc
|
||||
|
||||
4
.github/workflows/release.build.manual.yml
vendored
4
.github/workflows/release.build.manual.yml
vendored
@@ -90,11 +90,11 @@ jobs:
|
||||
# rust: stable
|
||||
# target: x86_64-unknown-illumos
|
||||
# - build: macos
|
||||
# os: macos-12
|
||||
# os: macos-14
|
||||
# rust: stable
|
||||
# target: x86_64-apple-darwin
|
||||
# - build: macos-arm64
|
||||
# os: macos-12
|
||||
# os: macos-14
|
||||
# rust: stable
|
||||
# target: aarch64-apple-darwin
|
||||
- build: windows-msvc
|
||||
|
||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -134,11 +134,11 @@ jobs:
|
||||
rust: stable
|
||||
target: x86_64-unknown-illumos
|
||||
- build: macos
|
||||
os: macos-12
|
||||
os: macos-14
|
||||
rust: stable
|
||||
target: x86_64-apple-darwin
|
||||
- build: macos-arm64
|
||||
os: macos-12
|
||||
os: macos-14
|
||||
rust: stable
|
||||
target: aarch64-apple-darwin
|
||||
- build: windows-msvc
|
||||
|
||||
Reference in New Issue
Block a user