Skip to content

Commit dc69e26

Browse files
authored
Switch NanoVDB tests to using macos 14 runners (#2111)
1 parent f564d35 commit dc69e26

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nanovdb.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ jobs:
150150
strategy:
151151
matrix:
152152
config:
153-
- { runner: 'macos-13', cxx: 'clang++', build: 'Release' }
154-
- { runner: 'macos-13', cxx: 'clang++', build: 'Debug' }
153+
- { runner: 'macos-14', cxx: 'clang++', build: 'Release' }
154+
- { runner: 'macos-14', cxx: 'clang++', build: 'Debug' }
155155
fail-fast: false
156156
steps:
157157
- uses: actions/checkout@v3
@@ -164,7 +164,7 @@ jobs:
164164
./ci/build.sh -v
165165
--build-type=${{ matrix.config.build }}
166166
--components=core,nano,nanotest,nanoexam,nanobench,nanotool
167-
--cargs=\'-DUSE_EXPLICIT_INSTANTIATION=OFF -DNANOVDB_USE_CUDA=OFF -DNANOVDB_USE_OPENVDB=ON\'
167+
--cargs=\'-DUSE_EXPLICIT_INSTANTIATION=OFF -DNANOVDB_USE_CUDA=OFF -DNANOVDB_USE_OPENVDB=ON -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/install \'
168168
- name: test
169169
run: cd build && ctest -V -E ".*cuda.*|.*mgpu.*"
170170

0 commit comments

Comments
 (0)