From 69d117035e79057f922607a5ff24e91b6f722dff Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Sun, 21 Sep 2025 12:15:04 +0300 Subject: [PATCH] Check if the preview tests time out on the `macos-26-xlarge` runner too. --- .github/workflows/unit_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index b60760310..af3253770 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -11,7 +11,7 @@ on: jobs: tests: name: Tests - runs-on: macos-26 + runs-on: macos-26-xlarge concurrency: # Only allow a single run of this workflow on each branch, automatically cancelling older runs.