We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63d1db commit 6db182fCopy full SHA for 6db182f
1 file changed
.github/workflows/ci.yml
@@ -12,6 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
compiler:
15
+ - gcc:16
16
- gcc:15
17
- gcc:14
18
- gcc:13
@@ -27,7 +28,7 @@ jobs:
27
28
name: "${{ matrix.compiler }}"
29
steps:
30
- uses: actions/checkout@main
- - uses: offa/conan-action@c53f2e20ee76d70775862fdc7d52f7f53e60062d
31
+ - uses: offa/conan-action@94082ad417358aeab2b811b6c5cd0cc4183b2dc5
32
- name: Build
33
run: script/ci_build.sh
34
@@ -43,7 +44,7 @@ jobs:
43
44
name: "${{ matrix.tool }}"
45
46
47
48
49
run: script/ci_build.sh -${{ matrix.tool }}
50
0 commit comments