Skip to content

Commit 8434d8e

Browse files
authored
Pin builder image for osx-arm (#222)
Use macos-14 runner; that's oldest supported runner for now.
1 parent 5c5fa07 commit 8434d8e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,17 @@ jobs:
7272
# deploy: 13.0
7373

7474
# MacOS arm64
75-
- os: macos-latest
75+
- os: macos-14
7676
arch: arm64
7777
python: 310
7878
builder: macosx
7979
deploy: 14.0
80-
- os: macos-latest
80+
- os: macos-14
8181
arch: arm64
8282
python: 311
8383
builder: macosx
8484
deploy: 14.0
85-
- os: macos-latest
85+
- os: macos-14
8686
arch: arm64
8787
python: 312
8888
builder: macosx

0 commit comments

Comments
 (0)