Drop macos-13 (now unsupported by Apple)

This commit is contained in:
James R. Barlow
2025-10-13 15:10:28 +02:00
parent 599fb1a1f6
commit f59e68911f
+1 -1
View File
@@ -101,7 +101,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, macos-13] # macos-latest is arm64, macos-13 is x86_64
os: [macos-latest] # macos-latest is arm64, macos-13 (unsupported) is x86_64
python: ["3.10", "3.11", "3.12", "3.13"]
env: