From c7a53692a4ae1e6cf10c6d2a1d4bcc59ee61129f Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Mon, 22 May 2023 18:02:02 +0100 Subject: [PATCH] update github actions to macos-11 --- .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 62bf340..09d54a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ on: jobs: build-mac: - runs-on: macos-10.15 + runs-on: macos-11 strategy: matrix: python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9' ]