Skip to content

Commit

Permalink
Merge pull request #275 from Nordix/weekly-ci
Browse files Browse the repository at this point in the history
CI: updates to Weekly build
  • Loading branch information
mikkelfj authored Mar 14, 2024
2 parents 731872b + da88255 commit acd9b4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 Expand Up @@ -182,7 +182,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v1.14
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: 2.8.12
- uses: actions/checkout@v4
Expand Down

0 comments on commit acd9b4f

Please sign in to comment.