Skip to content

Commit acd9b4f

Browse files
authored
Merge pull request #275 from Nordix/weekly-ci
CI: updates to Weekly build
2 parents 731872b + da88255 commit acd9b4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/weekly.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
clang-version: [5, 7, 9, 11, 13, 15]
18+
clang-version: [5, 7, 9, 11, 13, 15, 17]
1919
steps:
2020
- name: Setup Clang
2121
uses: aminya/setup-cpp@v1
@@ -76,7 +76,7 @@ jobs:
7676
strategy:
7777
fail-fast: false
7878
matrix:
79-
gcc-version: [7, 9, 11]
79+
gcc-version: [7, 9, 11, 13]
8080
steps:
8181
- name: Setup GCC
8282
uses: aminya/setup-cpp@v1
@@ -182,7 +182,7 @@ jobs:
182182
runs-on: ubuntu-20.04
183183
steps:
184184
- name: Setup cmake
185-
uses: jwlawson/actions-setup-cmake@v1.14
185+
uses: jwlawson/actions-setup-cmake@v2
186186
with:
187187
cmake-version: 2.8.12
188188
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)