1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

Update more CI images

This commit is contained in:
Michał Janiszewski
2022-05-21 00:17:39 +02:00
parent 80a142c575
commit 006628727e

View File

@@ -297,7 +297,7 @@ jobs:
name: Linux (x64, AppImage)
runs-on: ubuntu-latest
needs: check-code-formatting
container: openrct2/openrct2-build:0.3.1-bionic
container: openrct2/openrct2-build:8-focal
steps:
- name: Checkout
uses: actions/checkout@v3
@@ -358,7 +358,7 @@ jobs:
name: Linux (Debug, [http, network, OpenGL] disabled) using clang
runs-on: ubuntu-latest
needs: check-code-formatting
container: openrct2/openrct2-build:0.3.1-bionic
container: openrct2/openrct2-build:8-jammy
steps:
- name: Checkout
uses: actions/checkout@v3
@@ -374,7 +374,7 @@ jobs:
name: Android
runs-on: ubuntu-latest
needs: check-code-formatting
container: openrct2/openrct2-build:4-android
container: openrct2/openrct2-build:8-android
steps:
- name: Checkout
uses: actions/checkout@v3