Skip to content

Commit d4c3a55

Browse files
committedFeb 14, 2025
Set OS versions explicitly
1 parent 25f4b02 commit d4c3a55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
timeout-minutes: 20
99
strategy:
1010
fail-fast: false
11+
os: ubuntu-22.04
1112
matrix:
12-
os: [ubuntu-latest]
1313
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1414
include:
15-
- os: macos-latest
15+
- os: macos-14
1616
python-version: "3.12"
17-
- os: windows-latest
17+
- os: windows-2022
1818
python-version: "3.12"
1919

2020
steps:

0 commit comments

Comments
 (0)