We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a49f8e commit 634e64fCopy full SHA for 634e64f
.github/workflows/Test.yml
@@ -23,15 +23,15 @@ jobs:
23
fail-fast: false
24
matrix:
25
version: ['1.10', '1.12']
26
- os: [ubuntu-24.04-arm, macOS-15, macOS-15-intel, windows-2025]
+ os: [ubuntu-24.04-arm, macOS-15, macOS-15-intel, windows-2022]
27
arch: [x64, arm64]
28
pocl: [jll]
29
memory_backend: [usm, svm, buffer]
30
exclude:
31
# unsupported combinations
32
- os: ubuntu-24.04
33
arch: arm64
34
- - os: windows-2025
+ - os: windows-2022
35
36
- os: ubuntu-24.04-arm
37
arch: x64
@@ -45,7 +45,7 @@ jobs:
45
pocl: local
46
- os: macOS-15
47
48
49
50
# Remove these exclusions once macOS CI hangs are fixed
51
- os: macOS-15-intel
0 commit comments