Преглед на файлове

Use MacStadium runner

Signed-off-by: Ry Jones <ry@linux.com>
Ry Jones преди 3 години
родител
ревизия
3a1b70f90e
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      .github/workflows/build-llvm.yml
  2. 1 1
      .github/workflows/release.yml
  3. 1 1
      .github/workflows/test.yml

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

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

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

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