From 0e4b3adc8e616b714d18c21c50ec42183f41cb2b Mon Sep 17 00:00:00 2001 From: richard Date: Tue, 28 Jun 2022 15:05:37 +0100 Subject: [PATCH] try macos 11 arm64 build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 808faf8..4019814 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -114,7 +114,7 @@ jobs: runs-on: macos-11 strategy: matrix: - python-version: [ '3.9.13' ] + python-version: [ '3.10.5' ] # Requires universal2 build of python, which we get if we ask for 3.10.5 x86! Pypy not available in universal2 steps: - uses: actions/checkout@v2