From a64631270a0914f9514915eedba74298954022c0 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Mon, 25 Mar 2024 10:58:26 +0200 Subject: [PATCH] Revert "Revert "Switch the UI tests to the github macos-14 runner"" This reverts commit 7903472e9b898c0eb652b7d7936339494fcac122. --- .github/workflows/ui_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ui_tests.yml b/.github/workflows/ui_tests.yml index 8b01be2b7..0868b71dc 100644 --- a/.github/workflows/ui_tests.yml +++ b/.github/workflows/ui_tests.yml @@ -13,7 +13,7 @@ on: jobs: tests: name: Tests - runs-on: perf-only + runs-on: macos-14 concurrency: # When running on develop, use the sha to allow all runs of this workflow to run concurrently.