Skip to content

Commit

Permalink
ci: update container for Switch jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaricchi committed Oct 8, 2023
1 parent a7fb1b6 commit 4cb63ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,8 @@ jobs:
switch-test-build:
name: Switch (ARM64)
if: "!contains(github.event.head_commit.message, '[skip ci]')"
runs-on: ubuntu-20.04
container: taiseiproject/switch-toolkit:20221226
runs-on: ubuntu-latest
container: taiseiproject/switch-toolkit:20231006
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -525,8 +525,8 @@ jobs:
switch-release-build:
name: Switch (ARM64)
if: ${{ github.event.inputs.switch == 'true' }}
runs-on: ubuntu-20.04
container: taiseiproject/switch-toolkit:20221226
runs-on: ubuntu-latest
container: taiseiproject/switch-toolkit:20231006
steps:
- name: Import GPG Key
uses: taisei-project/ghaction-import-gpg@v5
Expand Down

0 comments on commit 4cb63ee

Please sign in to comment.