Switch the integration tests to the perf-only runner

This commit is contained in:
Stefan Ceriu
2024-09-27 16:13:46 +03:00
committed by Stefan Ceriu
parent c595e63238
commit ac92187c12

View File

@@ -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.