mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
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:
parent
c635ad6f95
commit
9f3bfa9ca3
4 changed files with 57 additions and 57 deletions
8
.github/workflows/release-packages.yml
vendored
8
.github/workflows/release-packages.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue