File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -205,22 +205,22 @@ jobs:
205205 - config_name : Linux .deb amd64 (artifacts+codeQL)
206206 target_os : linux
207207 building_on_os : ubuntu-22.04
208- building_container : ubuntu:18 .04
208+ building_container : ubuntu:20 .04
209209 base_command : ./.github/autobuild/linux_deb.sh
210210 run_codeql : true
211211 is_main_build_target : true
212212
213213 - config_name : Linux .deb armhf (artifacts)
214214 target_os : linux
215215 building_on_os : ubuntu-22.04
216- building_container : ubuntu:18 .04
216+ building_container : ubuntu:20 .04
217217 base_command : TARGET_ARCH=armhf ./.github/autobuild/linux_deb.sh
218218 run_codeql : false
219219
220220 - config_name : Linux .deb arm64 (artifacts)
221221 target_os : linux
222222 building_on_os : ubuntu-22.04
223- building_container : ubuntu:18 .04
223+ building_container : ubuntu:20 .04
224224 base_command : TARGET_ARCH=arm64 ./.github/autobuild/linux_deb.sh
225225 run_codeql : false
226226
@@ -293,7 +293,7 @@ jobs:
293293 xcode-version : ${{ matrix.config.xcode_version }}
294294
295295 - name : Set up base dependencies in container environment
296- if : matrix.config.building_container == 'ubuntu:18 .04'
296+ if : matrix.config.building_container == 'ubuntu:20 .04'
297297 run : |
298298 set -eu
299299 apt-get -qq update
You can’t perform that action at this time.
0 commit comments