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 46263cca42
commit be09f77ae2

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.