Skip to content

Commit 719dc28

Browse files
authored
Update clang version in pull request workflow (#226)
1 parent 456d27f commit 719dc28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
test_library:
3333
uses: NWChemEx/.github/.github/workflows/test_nwx_library.yaml@master
3434
with:
35-
compilers: '["gcc-14", "clang-19"]'
35+
compilers: '["gcc-14", "clang-18"]'
3636

3737
test_library_with_sigma:
3838
uses: NWChemEx/.github/.github/workflows/test_nwx_library.yaml@master
3939
with:
40-
compilers: '["gcc-14", "clang-19"]'
40+
compilers: '["gcc-14", "clang-18"]'
4141
repo_toolchain: ".github/enable_sigma.cmake"

0 commit comments

Comments
 (0)