Skip to content

Commit 557d60e

Browse files
committed
ci: switch MacOs runner to macos-13
1 parent f344312 commit 557d60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
sys:
1313
- { os: windows-2019, shell: "msys2 {0}" }
1414
- { os: ubuntu-20.04, shell: bash }
15-
- { os: macos-11, shell: bash }
15+
- { os: macos-13, shell: bash }
1616
defaults:
1717
run:
1818
shell: ${{ matrix.sys.shell }}

0 commit comments

Comments
 (0)