Skip to content

Commit 534adfe

Browse files
chore: update the runners
1 parent d27627e commit 534adfe

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/regression-tests.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
8181
check-formatting:
8282
if: github.event_name == 'pull_request'
83-
runs-on: [ci-runner-compiler, Linux]
83+
runs-on: matterlabs-ci-runner-high-performance
8484
container:
8585
image: ghcr.io/matter-labs/zksync-llvm-runner:latest
8686
options: -m 110g
@@ -127,7 +127,7 @@ jobs:
127127
--changed-files ${{ steps.changed-files.outputs.all_changed_files }}
128128
129129
regression-tests:
130-
runs-on: [ci-runner-compiler, Linux]
130+
runs-on: matterlabs-ci-runner-high-performance
131131
container:
132132
image: ghcr.io/matter-labs/zksync-llvm-runner:latest
133133
options: -m 110g
@@ -138,6 +138,14 @@ jobs:
138138
matrix: ${{ fromJson(needs.prepare-test-matrix.outputs.matrix-tests) }}
139139
steps:
140140

141+
- uses: actions/checkout@v4
142+
with:
143+
repository: NomicFoundation/solx
144+
ref: 'main'
145+
146+
- name: Clean up LLVM directory
147+
run: rm -rf llvm
148+
141149
- uses: actions/checkout@v4
142150
with:
143151
ref: ${{ matrix.commit }}

0 commit comments

Comments
 (0)