From af7cba5b46c500bd9c5ea2c63f208f1cc7f22111 Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:16:43 +0100 Subject: [PATCH] Run the integration tests on GitHub again. (#3052) --- .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 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.