ci: pin switch docker image to known working version (#3917)

This commit is contained in:
briaguya 2024-02-15 20:51:31 -05:00 committed by GitHub
parent 11a0a00633
commit 43fed2d77e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -191,7 +191,7 @@ jobs:
needs: generate-soh-otr
runs-on: ${{ (vars.LINUX_RUNNER && fromJSON(vars.LINUX_RUNNER)) || 'ubuntu-latest' }}
container:
image: devkitpro/devkita64:latest
image: devkitpro/devkita64:20240120
steps:
- name: Install dependencies
run: |