Skip to content

Commit c7d729e

Browse files
Add Ubuntu 22.04 to CI
1 parent 3084410 commit c7d729e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/main.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,12 @@ jobs:
7272
- name: system tests
7373
run: ./build/release/src/system_tests/system_tests_runner
7474

75-
ubuntu20-superbuild:
76-
name: ubuntu-20.04 (mavsdk_server, superbuild)
77-
runs-on: ubuntu-20.04
75+
ubuntu-superbuild:
76+
name: ${{ matrix.ubuntu_image }} (mavsdk_server, superbuild)
77+
runs-on: ${{ matrix.ubuntu_image }}
78+
strategy:
79+
matrix:
80+
ubuntu_image: [ubuntu-20.04, ubuntu-22.04]
7881
steps:
7982
- uses: actions/checkout@v2
8083
with:

0 commit comments

Comments
 (0)