Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
runs-on: [ubuntu-24.04, macos-15, windows-2022]
runs-on: [ubuntu-24.04, macos-15, windows-2025]
runs-on: ${{ matrix.runs-on }}
steps:
- name: Force git to use LF
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:

windows:
name: "Windows tests (WSL2)"
runs-on: windows-2025-8-cores
runs-on: windows-2025
timeout-minutes: 30
steps:
- name: Enable WSL2
Expand Down