From 006628727ef8d1bf55021b0adfca440e51b4d013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Sat, 21 May 2022 00:17:39 +0200 Subject: [PATCH] Update more CI images --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2988c8e48..495948e909 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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