Parcourir la source

Use MacStadium runner

Signed-off-by: Ry Jones <ry@linux.com>
Ry Jones il y a 3 ans
Parent
commit
3a1b70f90e

+ 1 - 1
.github/workflows/build-llvm.yml

@@ -76,7 +76,7 @@ jobs:
   mac-arm:
     name: Mac Arm
     needs: create
-    runs-on: macos-arm
+    runs-on: [self-hosted, macOS, ARM64, MacStadium]
     if: ${{ github.repository_owner == 'hyperledger' }}
     steps:
     - run: git clone --depth 1 --branch solana-rustc/13.0-2021-08-08 https://github.com/solana-labs/llvm-project.git

+ 1 - 1
.github/workflows/release.yml

@@ -140,7 +140,7 @@ jobs:
 
   mac-arm:
     name: Mac Arm
-    runs-on: macos-arm
+    runs-on: [self-hosted, macOS, ARM64, MacStadium]
     if: ${{ github.repository_owner == 'hyperledger' }}
     steps:
     - name: Checkout sources

+ 1 - 1
.github/workflows/test.yml

@@ -129,7 +129,7 @@ jobs:
 
   mac-arm:
     name: Mac Arm
-    runs-on: macos-arm
+    runs-on: [self-hosted, macOS, ARM64, MacStadium]
     if: ${{ github.repository_owner == 'hyperledger' }}
     steps:
     - name: Checkout sources