From a32db48565227b7119e20d944f6346421af55341 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Thu, 14 May 2026 17:57:11 +0100 Subject: [PATCH] Move checks back to default runners These jobs are not rate-limiting so we don't need to run them on larger runners. --- .github/workflows/__all-platform-bundle.yml | 2 +- .github/workflows/__swift-custom-build.yml | 6 +++--- pr-checks/checks/all-platform-bundle.yml | 3 +-- pr-checks/checks/swift-custom-build.yml | 3 +-- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/__all-platform-bundle.yml b/.github/workflows/__all-platform-bundle.yml index 0690c3197..1be1d6375 100644 --- a/.github/workflows/__all-platform-bundle.yml +++ b/.github/workflows/__all-platform-bundle.yml @@ -61,7 +61,7 @@ jobs: include: - os: ubuntu-latest version: nightly-latest - - os: macos-latest-xlarge + - os: macos-latest version: nightly-latest - os: windows-latest version: nightly-latest diff --git a/.github/workflows/__swift-custom-build.yml b/.github/workflows/__swift-custom-build.yml index 18b0364ca..efdbde721 100644 --- a/.github/workflows/__swift-custom-build.yml +++ b/.github/workflows/__swift-custom-build.yml @@ -59,11 +59,11 @@ jobs: fail-fast: false matrix: include: - - os: macos-latest-xlarge + - os: macos-latest version: linked - - os: macos-latest-xlarge + - os: macos-latest version: default - - os: macos-latest-xlarge + - os: macos-latest version: nightly-latest name: Swift analysis using a custom build command if: github.triggering_actor != 'dependabot[bot]' diff --git a/pr-checks/checks/all-platform-bundle.yml b/pr-checks/checks/all-platform-bundle.yml index a13ba7cde..d35620706 100644 --- a/pr-checks/checks/all-platform-bundle.yml +++ b/pr-checks/checks/all-platform-bundle.yml @@ -2,8 +2,7 @@ name: "All-platform bundle" description: "Tests using an all-platform CodeQL Bundle" operatingSystems: - ubuntu - - os: macos - runner-image: macos-latest-xlarge + - macos - windows versions: - nightly-latest diff --git a/pr-checks/checks/swift-custom-build.yml b/pr-checks/checks/swift-custom-build.yml index 6fe8f1c46..7a07d5b7e 100644 --- a/pr-checks/checks/swift-custom-build.yml +++ b/pr-checks/checks/swift-custom-build.yml @@ -5,8 +5,7 @@ versions: - default - nightly-latest operatingSystems: - - os: macos - runner-image: macos-latest-xlarge + - macos installGo: true installDotNet: true env: