Skip to content

Commit 76e44d0

Browse files
antonbaliasnikovakiramenai
authored andcommitted
ci: update runner labels to high performance
1 parent a5cc0c2 commit 76e44d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
WINDOWS='{"name":"Windows","runner":"windows-2022-github-hosted-64core"}'
5656
MACOS_AMD64='{"name":"MacOS-x86","runner":"macos-12-large"}'
5757
MACOS_ARM64='{"name":"MacOS-arm64","runner":["self-hosted","macOS","ARM64"]}'
58-
LINUX_AMD64='{"name":"Linux-AMD64","runner":"matterlabs-ci-runner","image":"ghcr.io/matter-labs/zksync-llvm-runner:latest"}'
58+
LINUX_AMD64='{"name":"Linux-AMD64","runner":"matterlabs-ci-runner-high-performance","image":"ghcr.io/matter-labs/zksync-llvm-runner:latest"}'
5959
LINUX_ARM64='{"name":"Linux-ARM64","runner":"matterlabs-ci-runner-arm","image":"ghcr.io/matter-labs/zksync-llvm-runner:latest"}'
6060
# Disable platforms for non-tag builds if user requested
6161
if [ ${GITHUB_EVENT_NAME} = workflow_dispatch ]; then

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ env:
3030

3131
jobs:
3232
run-with-coverage:
33-
runs-on: [ci-runner-compiler, Linux]
33+
runs-on: matterlabs-ci-runner-high-performance
3434
container:
3535
image: ghcr.io/matter-labs/zksync-llvm-runner:latest
3636
options: -m 110g

0 commit comments

Comments
 (0)