Removing MacOS 13 runner from GitHub actions, trying as suggested by error message

This commit is contained in:
Matthias Koefferlein 2026-02-05 22:28:18 +01:00
parent 4e0befd8cd
commit 4c58a66fce
1 changed files with 2 additions and 2 deletions

View File

@ -20,11 +20,11 @@ jobs:
max-parallel: 12
matrix:
include:
- os: "macos-13" # intel runner
- os: "macos-15-intel" # intel runner
cibuild: "*macosx*"
cibw_arch: "macos_x86_64"
macos-arch: "x86_64"
- os: "macos-14" # M1 runner
- os: "macos-latest" # M1 runner
cibuild: "*macosx*"
cibw_arch: "macos_arm64"
macos-arch: "arm64"