Skip to content

Commit e57b853

Browse files
committed
Update depricated macos-12 runner to macos-13
1 parent 216e749 commit e57b853

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-wheels-cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-20.04, macos-12, macos-14]
11+
os: [ubuntu-20.04, macos-13, macos-14]
1212
config: [pyproject, pyproject-tensorflow]
1313

1414
steps:

0 commit comments

Comments
 (0)