Skip to content

Commit

Permalink
ci: update containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaricchi committed Mar 6, 2024
1 parent 16dfb2d commit e6832e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
name: Windows (x64)
if: "!contains(github.event.head_commit.message, '[skip ci]')"
runs-on: ubuntu-latest
container: taiseiproject/windows-toolkit:20230929 # cross-compiler with mingw
container: taiseiproject/windows-toolkit:20240304 # cross-compiler with mingw
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
name: Switch (ARM64)
if: "!contains(github.event.head_commit.message, '[skip ci]')"
runs-on: ubuntu-latest
container: taiseiproject/switch-toolkit:20231006
container: taiseiproject/switch-toolkit:20240305
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ jobs:
name: Windows (x64)
if: ${{ (github.event.inputs.windows-x64 || 'true') == 'true' }}
runs-on: ubuntu-latest
container: taiseiproject/windows-toolkit:20230929
container: taiseiproject/windows-toolkit:20240304
steps:
- name: Import GPG Key
uses: taisei-project/ghaction-import-gpg@v5
Expand Down Expand Up @@ -376,7 +376,7 @@ jobs:
name: Windows (x86)
if: ${{ (github.event.inputs.windows-x86 || 'true') == 'true' }}
runs-on: ubuntu-latest
container: taiseiproject/windows-toolkit:20230929
container: taiseiproject/windows-toolkit:20240304
steps:
- name: Import GPG Key
uses: taisei-project/ghaction-import-gpg@v5
Expand Down Expand Up @@ -585,7 +585,7 @@ jobs:
name: Switch (ARM64)
if: ${{ (github.event.inputs.switch || 'true') == 'true' }}
runs-on: ubuntu-latest
container: taiseiproject/switch-toolkit:20231006
container: taiseiproject/switch-toolkit:20240305
steps:
- name: Import GPG Key
uses: taisei-project/ghaction-import-gpg@v5
Expand Down

0 comments on commit e6832e1

Please sign in to comment.