Switch back to macos-latest (#1855)

macos-latest is now an alias of macos-14 M1

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2024-07-31 22:49:13 +10:00 committed by GitHub
parent c635ad6f95
commit 9f3bfa9ca3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 57 additions and 57 deletions

View file

@ -104,7 +104,7 @@ jobs:
matrix:
include:
- target: aarch64-apple-darwin
os: macos-14
os: macos-latest
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
- target: x86_64-pc-windows-msvc
@ -143,7 +143,7 @@ jobs:
- target: x86_64-unknown-linux-musl
os: ubuntu-latest
- target: x86_64-apple-darwin
os: macos-14
os: macos-latest
- target: aarch64-pc-windows-msvc
os: windows-latest
runs-on: ${{ matrix.os }}
@ -173,7 +173,7 @@ jobs:
matrix:
include:
- target: x86_64-apple-darwin
os: macos-14
os: macos-latest
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
- target: x86_64-pc-windows-msvc

View file

@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-14, ubuntu-latest, windows-latest ]
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4

View file

@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-14, ubuntu-latest]
os: [macos-latest, ubuntu-latest]
set_cargo_home: [t, f]
runs-on: ${{ matrix.os }}

View file

@ -27,9 +27,9 @@ jobs:
fail-fast: false
matrix:
include:
- { o: macos-14, t: x86_64-apple-darwin }
- { o: macos-14, t: x86_64h-apple-darwin }
- { o: macos-14, t: aarch64-apple-darwin, r: true }
- { o: macos-latest, t: x86_64-apple-darwin }
- { o: macos-latest, t: x86_64h-apple-darwin }
- { o: macos-latest, t: aarch64-apple-darwin, r: true }
- {
o: ubuntu-latest,
t: x86_64-unknown-linux-gnu,
@ -140,7 +140,7 @@ jobs:
name: universal-apple-darwin
permissions:
contents: write
runs-on: macos-14
runs-on: macos-latest
env:
JUST_FOR_RELEASE: true