1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Use some updated CI images

This commit is contained in:
Michał Janiszewski
2021-12-12 21:49:17 +01:00
parent 7b0e6ad0b6
commit 52fc699e38

View File

@@ -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: