From e42782b5c105c3ca19f5338b1313ff155554ecc0 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Thu, 12 Sep 2024 10:35:50 +0200 Subject: [PATCH] devops: move macos runners to public infra --- .github/workflows/tests_secondary.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests_secondary.yml b/.github/workflows/tests_secondary.yml index a6b473b72b..6433643453 100644 --- a/.github/workflows/tests_secondary.yml +++ b/.github/workflows/tests_secondary.yml @@ -50,7 +50,8 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-12, macos-13, macos-14] + # From macos-14 onwards, GitHub is using Apple Silicon machines by default. + os: [macos-12, macos-13, macos-13-xlarge, macos-14-large, macos-14] browser: [chromium, firefox, webkit] runs-on: ${{ matrix.os }} steps: