Skip to content

Commit 869c596

Browse files
committed
build: update used container versions to latest for nintendo build images, so that we have gcc-15
1 parent b2df33f commit 869c596

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nintendo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
- name: 3ds
2020
extension: 3dsx
2121
container: devkitarm
22-
revision: "20250102"
22+
revision: "latest"
2323

2424
- name: switch
2525
extension: nro
2626
container: devkita64
27-
revision: "20241023"
27+
revision: "latest"
2828

2929
steps:
3030
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)