Skip to content

Commit

Permalink
Try macos-14 runner.
Browse files Browse the repository at this point in the history
Signed-off-by: apradhana <andre.pradhana@gmail.com>
  • Loading branch information
apradhana committed May 24, 2024
1 parent 0986107 commit 97c9637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nanovdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ jobs:
strategy:
matrix:
config:
- { runner: 'macos-11', cxx: 'clang++', build: 'Release' }
- { runner: 'macos-11', cxx: 'clang++', build: 'Debug' }
- { runner: 'macos-14', cxx: 'clang++', build: 'Release' }
- { runner: 'macos-14', cxx: 'clang++', build: 'Debug' }
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 97c9637

Please sign in to comment.