Use macos-14 for arm

This commit is contained in:
Daniel A. Wozniak 2024-11-02 15:11:56 -07:00 committed by Daniel Wozniak
parent 7311e4bd4b
commit 29c4415b9d
2 changed files with 9 additions and 1 deletions

View file

@ -97,12 +97,16 @@ 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-14' || 'macos-13' }}
env:
USE_S3_CACHE: 'false'
PIP_INDEX_URL: https://pypi.org/simple
steps:
- name: "Check cores"
shell: bash
run: sysctl -n hw.ncpu
- name: "Throttle Builds"
shell: bash
run: |

View file

@ -109,6 +109,10 @@ jobs:
PIP_INDEX_URL: https://pypi.org/simple
steps:
- name: "Check cores"
shell: bash
run: sysctl -n hw.ncpu
- name: "Throttle Builds"
shell: bash
run: |