Skip to content

Commit

Permalink
Add latest clang and gcc to Weekly build
Browse files Browse the repository at this point in the history
The latest versions given by aminya/setup-cpp are:
- gcc-13.1
- clang-17.0.6
  • Loading branch information
bjosv committed Mar 13, 2024
1 parent 3480ae1 commit da88255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
clang-version: [5, 7, 9, 11, 13, 15]
clang-version: [5, 7, 9, 11, 13, 15, 17]
steps:
- name: Setup Clang
uses: aminya/setup-cpp@v1
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
strategy:
fail-fast: false
matrix:
gcc-version: [7, 9, 11]
gcc-version: [7, 9, 11, 13]
steps:
- name: Setup GCC
uses: aminya/setup-cpp@v1
Expand Down

0 comments on commit da88255

Please sign in to comment.