From be09f77ae2e23f87854efd7b233ec2b297578e91 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Fri, 27 Sep 2024 16:13:46 +0300 Subject: [PATCH] Switch the integration tests to the perf-only runner --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index a88417249..fc2ec28bd 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -9,7 +9,7 @@ on: jobs: integration_tests: name: Integration Tests - runs-on: macos-14 + runs-on: perf-only concurrency: # Only allow a single run of this workflow on each branch, automatically cancelling older runs.