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 65b4e4f commit 92fc441Copy full SHA for 92fc441
.github/workflows/linux.yaml
@@ -50,7 +50,7 @@ jobs:
50
run: cmake --install _build --prefix ${GITHUB_WORKSPACE}/_built
51
52
GCC-7:
53
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
54
env:
55
CMAKE_OPTIONS: -DDEV_MODE=ON -DBUILD_TESTING=ON
56
CMAKE_MATROSKA_OPTIONS: -DBUILD_EXAMPLES=ON
@@ -93,7 +93,7 @@ jobs:
93
94
95
Clang-7:
96
97
98
99
0 commit comments