Skip to content

Commit 34eb0ce

Browse files
committed
Use macos-15-intel runners for x86_64
1 parent 6f8394e commit 34eb0ce

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/abi-cafe.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ jobs:
2828
- os: ubuntu-24.04-arm
2929
env:
3030
TARGET_TRIPLE: aarch64-unknown-linux-gnu
31-
# FIXME(rust-lang/rust#145699)
32-
#- os: macos-13
33-
# env:
34-
# TARGET_TRIPLE: x86_64-apple-darwin
31+
- os: macos-15-intel
32+
env:
33+
TARGET_TRIPLE: x86_64-apple-darwin
3534
- os: macos-latest
3635
env:
3736
TARGET_TRIPLE: aarch64-apple-darwin

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- os: ubuntu-24.04-arm
5757
env:
5858
TARGET_TRIPLE: aarch64-unknown-linux-gnu
59-
- os: macos-13
59+
- os: macos-15-intel
6060
env:
6161
TARGET_TRIPLE: x86_64-apple-darwin
6262
- os: macos-latest
@@ -187,7 +187,7 @@ jobs:
187187
- os: ubuntu-24.04-arm
188188
env:
189189
TARGET_TRIPLE: aarch64-unknown-linux-gnu
190-
- os: macos-13
190+
- os: macos-15-intel
191191
env:
192192
TARGET_TRIPLE: x86_64-apple-darwin
193193
- os: macos-latest

0 commit comments

Comments
 (0)