Skip to content

Commit 634e64f

Browse files
committed
Windows
1 parent 6a49f8e commit 634e64f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
version: ['1.10', '1.12']
26-
os: [ubuntu-24.04-arm, macOS-15, macOS-15-intel, windows-2025]
26+
os: [ubuntu-24.04-arm, macOS-15, macOS-15-intel, windows-2022]
2727
arch: [x64, arm64]
2828
pocl: [jll]
2929
memory_backend: [usm, svm, buffer]
3030
exclude:
3131
# unsupported combinations
3232
- os: ubuntu-24.04
3333
arch: arm64
34-
- os: windows-2025
34+
- os: windows-2022
3535
arch: arm64
3636
- os: ubuntu-24.04-arm
3737
arch: x64
@@ -45,7 +45,7 @@ jobs:
4545
pocl: local
4646
- os: macOS-15
4747
pocl: local
48-
- os: windows-2025
48+
- os: windows-2022
4949
pocl: local
5050
# Remove these exclusions once macOS CI hangs are fixed
5151
- os: macOS-15-intel

0 commit comments

Comments
 (0)