Skip to content

Commit 789baa1

Browse files
committed
Use macOS 13 on CI
"macos-latest" is currently macOS 12. Using macOS 13 may be faster.
1 parent 2813e94 commit 789baa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
16+
os: ["ubuntu-latest", "macos-13", "windows-latest"]
1717
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1818
include:
1919
- experimental: false

0 commit comments

Comments
 (0)