From ec181518ca2485c9ddc79c660ffaec5795a9ae37 Mon Sep 17 00:00:00 2001 From: mayeut Date: Sat, 16 Dec 2023 10:24:47 +0100 Subject: [PATCH] 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. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b48c7af8..fc99ba16 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, windows-latest, macos-11] + os: [ubuntu-20.04, windows-latest, macos-11, macos-13-xlarge] python_version: ['3.12'] include: - os: ubuntu-22.04