Skip to content

Commit b12aea1

Browse files
committed
Try to update to macos-13 to fix home brew dependencies.
1 parent 3f50d32 commit b12aea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels_macos.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
jobs:
2222
Build:
23-
runs-on: macos-12
23+
runs-on: macos-13
2424
defaults:
2525
run:
2626
shell: bash
@@ -98,7 +98,7 @@ jobs:
9898

9999
Test:
100100
needs: [Build]
101-
runs-on: macos-12
101+
runs-on: macos-13
102102
defaults:
103103
run:
104104
shell: bash

0 commit comments

Comments
 (0)