Update macos 12 (#2174)

* update CI to use macos-12 instead of macos-11
This commit is contained in:
Moritz
2024-06-26 16:03:45 +02:00
committed by GitHub
parent 1975b6455c
commit 4929d5936e
3 changed files with 3 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
os: [ubuntu-20.04, windows-2019, macos-12]
# across all operating systems
python-version: ["3.8", "3.11"]
include: