We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d721139 commit 9defc0cCopy full SHA for 9defc0c
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
fail-fast: false
15
matrix:
16
compiler: [clang++, g++]
17
- version: [18.04, 20.04, 22.04]
+ version: [20.04, 22.04]
18
19
runs-on: ubuntu-${{ matrix.version }}
20
env:
0 commit comments