Skip to content

Commit 0e9830e

Browse files
committed
ci: explicitly checks macos-14 and macos-15
1 parent a93100b commit 0e9830e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
os:
2727
- "ubuntu-latest"
2828
- "windows-latest"
29-
- "macos-latest"
29+
- "macos-14"
30+
- "macos-15"
31+
# Ref: https://docs.github.com/en/actions/how-tos/writing-workflows/choosing-where-your-workflow-runs/choosing-the-runner-for-a-job
3032
python-version:
3133
- "3.10"
3234
- "3.11"

0 commit comments

Comments
 (0)