We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a577b6 commit 5c90f97Copy full SHA for 5c90f97
1 file changed
.github/workflows/Test.yml
@@ -23,7 +23,7 @@ jobs:
23
fail-fast: false
24
matrix:
25
version: ['1.10', '1.12']
26
- os: [ubuntu-24.04, ubuntu-24.04-arm, macOS-15-intel, windows-2022]
+ os: [ubuntu-24.04, ubuntu-24.04-arm, macOS-26-intel, windows-2022]
27
arch: [x64, arm64]
28
pocl: [jll, local]
29
memory_backend: [usm, svm, buffer]
@@ -35,11 +35,11 @@ jobs:
35
arch: arm64
36
- os: ubuntu-24.04-arm
37
arch: x64
38
- # macOS-15-intel is Intel-only
39
- - os: macOS-15-intel
+ # macOS-26-intel is Intel-only
+ - os: macOS-26-intel
40
41
# we only test building PoCL on Linux
42
43
pocl: local
44
- os: windows-2022
45
0 commit comments