From 0e67c22d5fb7a301af9d68b3f175aa0b6a97e426 Mon Sep 17 00:00:00 2001 From: Anton Baliasnikov Date: Mon, 9 Sep 2024 13:00:24 +0100 Subject: [PATCH] ci: update runner labels to high performance (#97) --- .github/workflows/ccache-regen.yml | 2 +- .github/workflows/sanitizers.yml | 2 +- .github/workflows/tests.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ccache-regen.yml b/.github/workflows/ccache-regen.yml index 168ec0e4..4dd428cd 100644 --- a/.github/workflows/ccache-regen.yml +++ b/.github/workflows/ccache-regen.yml @@ -12,7 +12,7 @@ concurrency: jobs: ccache-regen: - runs-on: [ci-runner-compiler, Linux] + runs-on: matterlabs-ci-runner-high-performance container: image: ghcr.io/matter-labs/zksync-llvm-runner:latest options: -m 110g diff --git a/.github/workflows/sanitizers.yml b/.github/workflows/sanitizers.yml index 6767810f..c34670e9 100644 --- a/.github/workflows/sanitizers.yml +++ b/.github/workflows/sanitizers.yml @@ -36,7 +36,7 @@ on: jobs: run-with-sanitizers: timeout-minutes: 720 - runs-on: [ci-runner-compiler, Linux] + runs-on: matterlabs-ci-runner-high-performance container: image: ghcr.io/matter-labs/zksync-llvm-runner:latest options: -m 110g diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c1ec686a..ad2e3ab3 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -43,7 +43,7 @@ jobs: # Check for cargo issues cargo-check: - runs-on: [ci-runner-compiler, Linux] + runs-on: matterlabs-ci-runner-high-performance container: image: ghcr.io/matter-labs/zksync-llvm-runner:latest steps: