8000 Try using older macOS runner · nipy/nipy-wheels@8cbc3c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8cbc3c2

Browse files
committed
Try using older macOS runner
1 parent f5c9cf4 commit 8cbc3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
build:
1818
name: ${{ matrix.python }} ${{ matrix.platform }}
19-
runs-on: "macos-latest"
19+
runs-on: "macos-12"
2020
strategy:
2121
fail-fast: false
2222
matrix:

0 commit comments

Comments
 (0)
0