diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 27698ba59..a06b8e5d0 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: perf-only + runs-on: macos-14 concurrency: # Only allow a single run of this workflow on each branch, automatically cancelling older runs.