Skip to content

Commit b10d52d

Browse files
committed
Run testes on ubuntu 22
1 parent 8b6aeb1 commit b10d52d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.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, ubuntu-20.04]
14+
os: [ubuntu-latest, macOS-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)