Skip to content

Commit 2695a19

Browse files
committed
Use native x86_64 runners for macOS abi-cafe tests too
1 parent bdcd074 commit 2695a19

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/abi-cafe.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- os: ubuntu-24.04-arm
2929
env:
3030
TARGET_TRIPLE: aarch64-unknown-linux-gnu
31-
- os: macos-latest
31+
- os: macos-13
3232
env:
3333
TARGET_TRIPLE: x86_64-apple-darwin
3434
- os: macos-latest
@@ -59,10 +59,6 @@ jobs:
5959
if: matrix.env.TARGET_TRIPLE == 'x86_64-pc-windows-gnu'
6060
run: rustup set default-host x86_64-pc-windows-gnu
6161

62-
- name: Use x86_64 compiler on macOS
63-
if: matrix.os == 'macos-latest' && matrix.env.TARGET_TRIPLE == 'x86_64-apple-darwin'
64-
run: rustup set default-host x86_64-apple-darwin
65-
6662
- name: Prepare dependencies
6763
run: ./y.sh prepare
6864

0 commit comments

Comments
 (0)