ci: update container for Switch jobs
This commit is contained in:
parent
a7fb1b68b6
commit
4cb63ee480
2 changed files with 4 additions and 4 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue