Skip to content

Commit

Permalink
#32: fix clang version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Aug 14, 2024
1 parent 51db4f5 commit 76aa1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
image:
- ubuntu_22.04-gcc_11-vtk_9.2.2-py_3.8
- ubuntu_22.04-clang_14-vtk_9.2.2-py_3.8
- ubuntu_22.04-clang_11-vtk_9.2.2-py_3.8
- ubuntu_22.04-gcc_12-vtk_9.3.0-py_3.8
env:
OUTPUT_DIR: '/tmp/artifacts'
Expand Down

0 comments on commit 76aa1bc

Please sign in to comment.