Skip to content

Commit c62bb49

Browse files
committed
Ubuntu 22 ci
1 parent 86f55eb commit c62bb49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ubuntu-latest, macOS-latest, windows-latest, ubuntu-20.04]
14+
os: [ubuntu-latest, macOS-latest, windows-latest, ubuntu-22.04]
1515
include:
1616
- os: ubuntu-latest
1717
cmake-init-env: CXXFLAGS=-Werror
18-
- os: ubuntu-20.04
18+
- os: ubuntu-22.04
1919
cmake-path: /usr/bin/
2020
cmake-init-env: CXXFLAGS=-Werror
2121
- os: macOS-latest

0 commit comments

Comments
 (0)