From 3e156b50e94b13cb0068b24254788e5d20fa41d7 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Sat, 2 Nov 2024 10:56:39 -0700 Subject: [PATCH] Revert xlarge removal --- .github/actionlint.yaml | 2 +- .github/workflows/build-deps-ci-action.yml | 2 +- .github/workflows/build-deps-onedir.yml | 2 +- .github/workflows/test-package-downloads-action.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml index 372fd65e703..732493c5d99 100644 --- a/.github/actionlint.yaml +++ b/.github/actionlint.yaml @@ -11,6 +11,6 @@ self-hosted-runner: - repo-release - medium - large - - macos-13 + - macos-13-xlarge - linux-x86_64 - linux-arm64 diff --git a/.github/workflows/build-deps-ci-action.yml b/.github/workflows/build-deps-ci-action.yml index 9eaae03eed5..f17fe17d2ea 100644 --- a/.github/workflows/build-deps-ci-action.yml +++ b/.github/workflows/build-deps-ci-action.yml @@ -182,7 +182,7 @@ jobs: name: MacOS needs: - generate-matrix - runs-on: ${{ matrix.distro-slug == 'macos-13-arm64' && 'macos-13' || matrix.distro-slug }} + runs-on: ${{ matrix.distro-slug == 'macos-13-arm64' && 'macos-13-xlarge' || matrix.distro-slug }} if: ${{ inputs.kind == 'macos' }} timeout-minutes: 90 strategy: diff --git a/.github/workflows/build-deps-onedir.yml b/.github/workflows/build-deps-onedir.yml index 37ffefba5aa..934928d14a7 100644 --- a/.github/workflows/build-deps-onedir.yml +++ b/.github/workflows/build-deps-onedir.yml @@ -97,7 +97,7 @@ jobs: matrix: arch: ${{ github.event.repository.fork && fromJSON('["x86_64"]') || fromJSON('["x86_64", "arm64"]') }} runs-on: - - ${{ matrix.arch == 'arm64' && 'macos-13' || 'macos-12' }} + - ${{ matrix.arch == 'arm64' && 'macos-13-xlarge' || 'macos-12' }} env: USE_S3_CACHE: 'false' PIP_INDEX_URL: https://pypi.org/simple diff --git a/.github/workflows/test-package-downloads-action.yml b/.github/workflows/test-package-downloads-action.yml index 5b2ace7735e..44dacc62914 100644 --- a/.github/workflows/test-package-downloads-action.yml +++ b/.github/workflows/test-package-downloads-action.yml @@ -296,7 +296,7 @@ jobs: name: MacOS needs: - generate-matrix - runs-on: ${{ matrix.distro-slug == 'macos-13-arm64' && 'macos-13' || matrix.distro-slug }} + runs-on: ${{ matrix.distro-slug == 'macos-13-arm64' && 'macos-13-xlarge' || matrix.distro-slug }} env: USE_S3_CACHE: 'false' PIP_INDEX_URL: https://pypi.org/simple