Stop running tests on non-existing macos-12 (#318)

This commit is contained in:
Mosè Giordano
2025-02-01 23:58:23 +01:00
committed by GitHub
parent 68c5d57bec
commit 83661cac11

View File

@@ -22,11 +22,9 @@ jobs:
os:
- ubuntu-latest
- windows-latest
# - macos-11 # Intel
- macos-12 # Intel
- macos-13 # Intel
- macos-14 # Apple Silicon
- macos-latest # Currently Intel, but will probably point to Apple Silicon in the future
- macos-latest # Apple Silicon
steps:
- uses: actions/checkout@v4