Change CI to use Ubuntu 22.04 docker images.

This commit is contained in:
Pentarctagon 2022-07-31 12:19:47 -05:00 committed by Pentarctagon
parent 08c28c19b3
commit b03a5df7d4

View file

@ -25,7 +25,7 @@ jobs:
lto: false
runs-on: ubuntu-20.04
container:
image: wesnoth/wesnoth:2004-master
image: wesnoth/wesnoth:2204-master
options: --tty # docker create options
env:
TOOL: ${{ matrix.tool }}
@ -194,7 +194,7 @@ jobs:
- name: Translations
run: |
export BRANCH=master
export IMAGE=2004
export IMAGE=2204
export NLS=only
export TOOL=scons
export CC=gcc