Add macos-13 to ci matrix

This commit is contained in:
Matthias
2023-12-09 14:37:44 +01:00
parent c9a018cf0e
commit 34c5c68a91

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: