Use macos-15-intel runners for x86_64
This commit is contained in:
parent
6f8394e03f
commit
34eb0ce741
2 changed files with 5 additions and 6 deletions
7
.github/workflows/abi-cafe.yml
vendored
7
.github/workflows/abi-cafe.yml
vendored
|
|
@ -28,10 +28,9 @@ jobs:
|
|||
- os: ubuntu-24.04-arm
|
||||
env:
|
||||
TARGET_TRIPLE: aarch64-unknown-linux-gnu
|
||||
# FIXME(rust-lang/rust#145699)
|
||||
#- os: macos-13
|
||||
# env:
|
||||
# TARGET_TRIPLE: x86_64-apple-darwin
|
||||
- os: macos-15-intel
|
||||
env:
|
||||
TARGET_TRIPLE: x86_64-apple-darwin
|
||||
- os: macos-latest
|
||||
env:
|
||||
TARGET_TRIPLE: aarch64-apple-darwin
|
||||
|
|
|
|||
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -56,7 +56,7 @@ jobs:
|
|||
- os: ubuntu-24.04-arm
|
||||
env:
|
||||
TARGET_TRIPLE: aarch64-unknown-linux-gnu
|
||||
- os: macos-13
|
||||
- os: macos-15-intel
|
||||
env:
|
||||
TARGET_TRIPLE: x86_64-apple-darwin
|
||||
- os: macos-latest
|
||||
|
|
@ -187,7 +187,7 @@ jobs:
|
|||
- os: ubuntu-24.04-arm
|
||||
env:
|
||||
TARGET_TRIPLE: aarch64-unknown-linux-gnu
|
||||
- os: macos-13
|
||||
- os: macos-15-intel
|
||||
env:
|
||||
TARGET_TRIPLE: x86_64-apple-darwin
|
||||
- os: macos-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue