We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dde281 commit 653828eCopy full SHA for 653828e
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-24.04
23
24
steps:
25
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
26
27
- name: Install GCC ${{ matrix.version }}
28
run: |
@@ -60,7 +60,7 @@ jobs:
60
runs-on: ${{ matrix.os }}
61
62
63
64
65
- name: Install Clang ${{ matrix.version }}
66
run: sudo apt-get install -y clang-${{ matrix.version }}
@@ -91,7 +91,7 @@ jobs:
91
92
93
94
95
96
- name: Configure tests
97
run: cmake -S . -B build
0 commit comments