|
4 | 4 | push:
|
5 | 5 | branches:
|
6 | 6 | - main
|
7 |
| - - "member-function-customization" |
8 | 7 | - "pull-request/[0-9]+"
|
9 | 8 |
|
10 | 9 | concurrency:
|
|
20 | 19 | fail-fast: false
|
21 | 20 | matrix:
|
22 | 21 | include:
|
23 |
| - - { name: "CPU (clang 14, Debug)", build: "Debug", tag: llvm14-cuda12.9, cxxflags: "-stdlib=libc++" } |
24 |
| - - { name: "CPU (clang 14, Release)", build: "Release", tag: llvm14-cuda12.9, cxxflags: "-stdlib=libc++" } |
| 22 | + - { name: "CPU (clang 16, Debug)", build: "Debug", tag: llvm16-cuda12.9, cxxflags: "-stdlib=libc++" } |
| 23 | + - { name: "CPU (clang 16, Release)", build: "Release", tag: llvm16-cuda12.9, cxxflags: "-stdlib=libc++" } |
25 | 24 | - { name: "CPU (gcc 11, Debug)", build: "Debug", tag: gcc11-cuda12.9, cxxflags: "", }
|
26 | 25 | - { name: "CPU (gcc 11, Release)", build: "Release", tag: gcc11-cuda12.9, cxxflags: "", }
|
27 | 26 | - { name: "CPU (gcc 11, Release, TSAN)", build: "Release", tag: gcc11-cuda12.9, cxxflags: "-fsanitize=thread" }
|
@@ -168,7 +167,7 @@ jobs:
|
168 | 167 | - run: echo "CI (CPU) (Windows) success"
|
169 | 168 |
|
170 | 169 | build-cpu-macos:
|
171 |
| - runs-on: macos-14-large |
| 170 | + runs-on: macos-15-large |
172 | 171 | name: macos-${{ matrix.name }}
|
173 | 172 | strategy:
|
174 | 173 | fail-fast: false
|
|
0 commit comments