mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +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/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
@ -205,7 +205,7 @@ jobs:
|
|||
with:
|
||||
event-data: ${{ toJSON(github.event) }}
|
||||
extract-notes-under: "### Release notes"
|
||||
|
||||
|
||||
release-dry-run:
|
||||
needs: pr-info
|
||||
uses: ./.github/workflows/release-cli.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue