Skip to content

Commit 2e993a6

Browse files
committed
ci: use available macos runners
1 parent 7c4f3fd commit 2e993a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
sys:
1313
- { os: windows-2019, shell: "msys2 {0}" }
1414
- { os: ubuntu-22.04, shell: bash }
15-
- { os: macos-14-large, shell: bash }
16-
- { os: macos-14-xlarge, shell: bash }
15+
- { os: macos-13, shell: bash }
16+
- { os: macos-14, shell: bash }
1717
defaults:
1818
run:
1919
shell: ${{ matrix.sys.shell }}

0 commit comments

Comments
 (0)