about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-02-26 10:35:27 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-02-26 10:35:27 +0000
commit2695a19fb0fee087899616fe2f5b87e701732520 (patch)
tree535ca8e2c0d14ef83f2f8d2f32f355cd3bfee734
parentbdcd07466b14db4965536b565c2b6ea5cf4d09d9 (diff)
downloadrust-2695a19fb0fee087899616fe2f5b87e701732520.tar.gz
rust-2695a19fb0fee087899616fe2f5b87e701732520.zip
Use native x86_64 runners for macOS abi-cafe tests too
-rw-r--r--.github/workflows/abi-cafe.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/abi-cafe.yml b/.github/workflows/abi-cafe.yml
index a32a275a027..23e15866f52 100644
--- a/.github/workflows/abi-cafe.yml
+++ b/.github/workflows/abi-cafe.yml
@@ -28,7 +28,7 @@ jobs:
           - os: ubuntu-24.04-arm
             env:
               TARGET_TRIPLE: aarch64-unknown-linux-gnu
-          - os: macos-latest
+          - os: macos-13
             env:
               TARGET_TRIPLE: x86_64-apple-darwin
           - os: macos-latest
@@ -59,10 +59,6 @@ jobs:
       if: matrix.env.TARGET_TRIPLE == 'x86_64-pc-windows-gnu'
       run: rustup set default-host x86_64-pc-windows-gnu
 
-    - name: Use x86_64 compiler on macOS
-      if: matrix.os == 'macos-latest' && matrix.env.TARGET_TRIPLE == 'x86_64-apple-darwin'
-      run: rustup set default-host x86_64-apple-darwin
-
     - name: Prepare dependencies
       run: ./y.sh prepare