chore(CI): test on GHA macos-13-xlarge runner

PyPA is now on an enterprise plan.
Let's use the new macos-13-xlarge runner in order to test on macOS arm64.
This commit is contained in:
mayeut
2023-12-16 10:24:47 +01:00
parent a3e5b541dc
commit ec181518ca
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [ubuntu-20.04, windows-latest, macos-11] os: [ubuntu-20.04, windows-latest, macos-11, macos-13-xlarge]
python_version: ['3.12'] python_version: ['3.12']
include: include:
- os: ubuntu-22.04 - os: ubuntu-22.04