소스 검색

Test large github runners

Signed-off-by: Ry Jones <ry@linux.com>
Ry Jones 2 년 전
부모
커밋
16735bc664
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      .github/workflows/test.yml

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

@@ -58,7 +58,7 @@ jobs:
 
 
   linux-x86-64:
   linux-x86-64:
     name: Linux x86-64
     name: Linux x86-64
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-m
     container: ghcr.io/hyperledger/solang-llvm:ci
     container: ghcr.io/hyperledger/solang-llvm:ci
     steps:
     steps:
     - name: Checkout sources
     - name: Checkout sources
@@ -99,7 +99,7 @@ jobs:
 
 
   windows:
   windows:
     name: Windows
     name: Windows
-    runs-on: windows-latest
+    runs-on: windows-latest-l
     steps:
     steps:
     - name: Checkout sources
     - name: Checkout sources
       uses: actions/checkout@v3
       uses: actions/checkout@v3
@@ -215,7 +215,7 @@ jobs:
 
 
   anchor:
   anchor:
     name: Anchor Integration test
     name: Anchor Integration test
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-m
     container: ghcr.io/hyperledger/solang-llvm:ci
     container: ghcr.io/hyperledger/solang-llvm:ci
     needs: linux-x86-64
     needs: linux-x86-64
     steps:
     steps:
@@ -262,7 +262,7 @@ jobs:
 
 
   solana:
   solana:
     name: Solana Integration test
     name: Solana Integration test
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-m
     container: ghcr.io/hyperledger/solang-llvm:ci
     container: ghcr.io/hyperledger/solang-llvm:ci
     needs: linux-x86-64
     needs: linux-x86-64
     steps:
     steps:
@@ -296,7 +296,7 @@ jobs:
 
 
   substrate:
   substrate:
     name: Substrate Integration test
     name: Substrate Integration test
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-latest-m
     needs: linux-x86-64
     needs: linux-x86-64
     steps:
     steps:
     - name: Checkout sources
     - name: Checkout sources