update github actions to macos-11

This commit is contained in:
Richard Smith 2023-05-22 18:02:02 +01:00
parent 02a5f4bc7a
commit c7a53692a4

View file

@ -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' ]