Try macos-13 CI

This commit is contained in:
Matthias
2023-12-05 06:36:54 +01:00
parent b7fc0190f7
commit cbe6d52a73

View File

@@ -126,7 +126,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-latest ]
os: [ "macos-latest", "macos-13" ]
python-version: ["3.9", "3.10", "3.11"]
steps: