Always use latest devkitARM image

If it breaks badly we can do an old one, but better to just fix it
This commit is contained in:
Pk11
2020-09-17 18:40:38 -05:00
parent ec8934bdca
commit 6bf04f7b74
+2 -2
View File
@@ -11,8 +11,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: devkitpro/devkitarm:20200730
name: "Build with Docker using devKitARM r55"
container: devkitpro/devkitarm
name: "Build with Docker using devKitARM"
outputs:
commit_tag: ${{ steps.build.outputs.commit_tag }}
commit_hash: ${{ steps.build.outputs.commit_hash }}