We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30dee1e + b765a21 commit e6caeaeCopy full SHA for e6caeae
1 file changed
.github/workflows/test.yml
@@ -6,15 +6,15 @@ jobs:
6
strategy:
7
fail-fast: false
8
matrix:
9
- os: [ windows-2019, macos-latest, ubuntu-20.04 ]
+ os: [ windows-2019, macos-latest, ubuntu-22.04 ]
10
cmake: [ 3.15, 3.x ]
11
include:
12
- os: windows-2019
13
static_postfix: _static
14
tree: tree /F
15
CXX: cl
16
17
- - os: ubuntu-20.04
+ - os: ubuntu-22.04
18
tree: tree
19
20
- os: macos-latest
0 commit comments