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: