From 35a548da8664b7504e19ebe7c6f9ac660d8867aa Mon Sep 17 00:00:00 2001 From: Doug Date: Wed, 17 Jul 2024 09:28:30 +0100 Subject: [PATCH] Run the integration tests on GitHub again. --- .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 27698ba597..a06b8e5d09 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.