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:
Jose Quintana
2024-12-03 23:44:35 +01:00
parent 2737f4c4ca
commit 0768c20d4e
3 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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