diff options
| author | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2024-02-15 20:51:31 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-15 19:51:31 -0600 |
| commit | 43fed2d77e7efe1c187c2fe5ae5794e95d5c8893 (patch) | |
| tree | d41bd87962f91b5b9763c2d787699bec844b494f | |
| parent | 11a0a0063352018660467edaf0e66e38fb6b192b (diff) | |
ci: pin switch docker image to known working version (#3917)
| -rw-r--r-- | .github/workflows/generate-builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/generate-builds.yml b/.github/workflows/generate-builds.yml index cd8a6fd9b..38cc4c9ad 100644 --- a/.github/workflows/generate-builds.yml +++ b/.github/workflows/generate-builds.yml @@ -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: | |
