mirror of https://github.com/KLayout/klayout.git
Removing MacOS 13 runner from GitHub actions, trying as suggested by error message
This commit is contained in:
parent
4e0befd8cd
commit
4c58a66fce
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue