We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3084410 commit c7d729eCopy full SHA for c7d729e
.github/workflows/main.yml
@@ -72,9 +72,12 @@ jobs:
72
- name: system tests
73
run: ./build/release/src/system_tests/system_tests_runner
74
75
- ubuntu20-superbuild:
76
- name: ubuntu-20.04 (mavsdk_server, superbuild)
77
- runs-on: ubuntu-20.04
+ ubuntu-superbuild:
+ name: ${{ matrix.ubuntu_image }} (mavsdk_server, superbuild)
+ runs-on: ${{ matrix.ubuntu_image }}
78
+ strategy:
79
+ matrix:
80
+ ubuntu_image: [ubuntu-20.04, ubuntu-22.04]
81
steps:
82
- uses: actions/checkout@v2
83
with:
0 commit comments