Github Actions: add Ubuntu-22.04 to linux matrix (#810)
This commit is contained in:
parent
184955e129
commit
7f8267d891
2
.github/workflows/linux_test.yml
vendored
2
.github/workflows/linux_test.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
||||
build-native:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-18.04, ubuntu-20.04]
|
||||
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
|
||||
compiler: [clang, gcc]
|
||||
runs-on: ${{ matrix.os }}
|
||||
continue-on-error: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user