We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdcd074 commit 2695a19Copy full SHA for 2695a19
.github/workflows/abi-cafe.yml
@@ -28,7 +28,7 @@ jobs:
28
- os: ubuntu-24.04-arm
29
env:
30
TARGET_TRIPLE: aarch64-unknown-linux-gnu
31
- - os: macos-latest
+ - os: macos-13
32
33
TARGET_TRIPLE: x86_64-apple-darwin
34
- os: macos-latest
@@ -59,10 +59,6 @@ jobs:
59
if: matrix.env.TARGET_TRIPLE == 'x86_64-pc-windows-gnu'
60
run: rustup set default-host x86_64-pc-windows-gnu
61
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
-
66
- name: Prepare dependencies
67
run: ./y.sh prepare
68
0 commit comments