Use updated Android image in CI

This commit is contained in:
Michał Janiszewski 2021-12-15 23:25:53 +01:00 committed by Gymnasiast
parent d7e3b6ab28
commit 0e1e9c1dde
No known key found for this signature in database
GPG Key ID: DBFFF47AB2CA3EDD
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ jobs:
name: Android
runs-on: ubuntu-latest
needs: check-code-formatting
container: openrct2/openrct2-build:0.3.1-android
container: openrct2/openrct2-build:4-android
steps:
- name: Checkout
uses: actions/checkout@v3