Run CI on macos-14 (M1)

This commit is contained in:
Matthias 2024-03-09 17:34:06 +01:00
parent 1b608a162e
commit 29f90cbd04

View File

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