We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6aeb1 commit b10d52dCopy full SHA for b10d52d
1 file changed
.github/workflows/test.yml
@@ -11,11 +11,11 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- os: [ubuntu-latest, macOS-latest, ubuntu-20.04]
+ os: [ubuntu-latest, macOS-latest, ubuntu-22.04]
15
include:
16
- os: ubuntu-latest
17
cmake-init-env: CXXFLAGS=-Werror
18
- - os: ubuntu-20.04
+ - os: ubuntu-22.04
19
cmake-path: /usr/bin/
20
21
- os: macOS-latest
0 commit comments