Skip to content

Commit e6caeae

Browse files
authored
Fix the build actions by increasing the ubuntu test version
Update ubuntu build version
2 parents 30dee1e + b765a21 commit e6caeae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
os: [ windows-2019, macos-latest, ubuntu-20.04 ]
9+
os: [ windows-2019, macos-latest, ubuntu-22.04 ]
1010
cmake: [ 3.15, 3.x ]
1111
include:
1212
- os: windows-2019
1313
static_postfix: _static
1414
tree: tree /F
1515
CXX: cl
1616

17-
- os: ubuntu-20.04
17+
- os: ubuntu-22.04
1818
tree: tree
1919

2020
- os: macos-latest

0 commit comments

Comments
 (0)