Skip to content

Commit

Permalink
Correct clang version in thread pool workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarthayhurst committed Oct 4, 2024
1 parent 1e013de commit dfd23bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-thread-pool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: (clang++) (DEBUG) Build thread tester
run: |
make clean
CXX="clang++-14" DEBUG="true" make threads -j$(nproc)
CXX="clang++-18" DEBUG="true" make threads -j$(nproc)
- name: (clang++) (DEBUG) Run thread tester
run: |
Expand All @@ -49,7 +49,7 @@ jobs:
- name: (clang++) (CHECK_THREADS) Build thread tester
run: |
make clean
CXX="clang++-14" CHECK_THREADS="true" make threads -j$(nproc)
CXX="clang++-18" CHECK_THREADS="true" make threads -j$(nproc)
- name: (clang++) (CHECK_THREADS) Run thread tester
run: |
Expand Down

0 comments on commit dfd23bf

Please sign in to comment.