Skip to content

Commit 6db182f

Browse files
authored
Add GCC 16 CI build (#145)
1 parent b63d1db commit 6db182f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
compiler:
15+
- gcc:16
1516
- gcc:15
1617
- gcc:14
1718
- gcc:13
@@ -27,7 +28,7 @@ jobs:
2728
name: "${{ matrix.compiler }}"
2829
steps:
2930
- uses: actions/checkout@main
30-
- uses: offa/conan-action@c53f2e20ee76d70775862fdc7d52f7f53e60062d
31+
- uses: offa/conan-action@94082ad417358aeab2b811b6c5cd0cc4183b2dc5
3132
- name: Build
3233
run: script/ci_build.sh
3334

@@ -43,7 +44,7 @@ jobs:
4344
name: "${{ matrix.tool }}"
4445
steps:
4546
- uses: actions/checkout@main
46-
- uses: offa/conan-action@c53f2e20ee76d70775862fdc7d52f7f53e60062d
47+
- uses: offa/conan-action@94082ad417358aeab2b811b6c5cd0cc4183b2dc5
4748
- name: Build
4849
run: script/ci_build.sh -${{ matrix.tool }}
4950

0 commit comments

Comments
 (0)