Skip to content

Commit f3652b2

Browse files
committed
feat: use fast builders
1 parent deaf6ac commit f3652b2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/solidity.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ permissions:
3232
jobs:
3333
codescanning:
3434
name: Code Scanning
35-
runs-on: ubuntu-latest
35+
#runs-on: ubuntu-latest
36+
runs-on: namespace-profile-btp-scs
3637
container:
3738
image: returntocorp/semgrep
3839
steps:
@@ -83,7 +84,8 @@ jobs:
8384
ports:
8485
- '8545:8545'
8586
name: Test
86-
runs-on: ubuntu-latest
87+
#runs-on: ubuntu-latest
88+
runs-on: namespace-profile-btp-scs
8789
steps:
8890
- name: Checkout
8991
uses: actions/checkout@v4
@@ -168,7 +170,8 @@ jobs:
168170
needs:
169171
- test
170172
name: Docker
171-
runs-on: ubuntu-latest
173+
#runs-on: ubuntu-latest
174+
runs-on: namespace-profile-btp-scs
172175
steps:
173176
- name: Checkout
174177
uses: actions/checkout@v4

0 commit comments

Comments
 (0)