Skip to content

Commit 1ff1ef5

Browse files
committed
Update CI matrix to specify runner images for Ubuntu, macOS, and Windows
1 parent 8f308cb commit 1ff1ef5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-testing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
25+
# Runner images: https://github.com/actions/runner-images
26+
os: ["ubuntu-24.04", "macos-15", "windows-2025"]
2627
python-version: ["3.10", "3.11", "3.12", "3.13"]
2728
include:
2829
- { os: "ubuntu-22.04", python-version: "3.10", requires: "oldest" }

0 commit comments

Comments
 (0)