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 57da1f7 commit f08e688Copy full SHA for f08e688
.github/workflows/pipeline.yml
@@ -9,7 +9,7 @@ env:
9
jobs:
10
linux-builds:
11
name: linux ${{matrix.cxx}}, C++${{matrix.std}}, ${{matrix.build_type}}
12
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
13
strategy:
14
fail-fast: false
15
matrix:
0 commit comments