Stop using xlarge runners

This commit is contained in:
Daniel A. Wozniak 2024-11-02 14:53:40 -07:00 committed by Daniel Wozniak
parent c0f9557ea0
commit ea95ee18d9
3 changed files with 3 additions and 3 deletions

View file

@ -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-xlarge' || 'macos-12' }}
- ${{ matrix.arch == 'arm64' && 'macos-13-arm64' || 'macos-12' }}
env:
USE_S3_CACHE: 'false'
PIP_INDEX_URL: https://pypi.org/simple

View file

@ -104,7 +104,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-arm64' || 'macos-12' }}
env:
PIP_INDEX_URL: https://pypi.org/simple

View file

@ -296,7 +296,7 @@ jobs:
name: MacOS
needs:
- generate-matrix
runs-on: ${{ matrix.distro-slug == 'macos-13-arm64' && 'macos-13-xlarge' || matrix.distro-slug }}
runs-on: ${{ matrix.distro-slug == 'macos-13-arm64' && 'macos-13-arm64' || matrix.distro-slug }}
env:
USE_S3_CACHE: 'false'
PIP_INDEX_URL: https://pypi.org/simple