From 52fc699e389528c1900a74fb15054ad5c4429118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Sun, 12 Dec 2021 21:49:17 +0100 Subject: [PATCH] Use some updated CI images --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03fb101c49..b3e0c3ef4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: name: Check code formatting runs-on: ubuntu-latest container: - image: openrct2/openrct2-build:0.3.1-format + image: openrct2/openrct2-build:4-format steps: - name: Checkout uses: actions/checkout@v2 @@ -81,7 +81,7 @@ jobs: runs-on: ubuntu-latest needs: check-code-formatting container: - image: openrct2/openrct2-build:0.3.1-mingw + image: openrct2/openrct2-build:4-mingw strategy: fail-fast: false matrix: