Skip to content

Commit 338d4ed

Browse files
switch to macos-14 runner for Python wheel building
macos-13 is no longer available as a GitHub standard runner.
1 parent fc950af commit 338d4ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
fail-fast: false
5050
matrix:
51-
os: [ubuntu-22.04, windows-latest, macos-13, macos-latest]
51+
os: [ubuntu-22.04, windows-latest, macos-14, macos-latest]
5252

5353
permissions:
5454
contents: read

0 commit comments

Comments
 (0)