Skip to content

Commit 7a4921e

Browse files
committed
fix: use container images with gcc-14 for nintendo CI
1 parent f44de02 commit 7a4921e

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: latest
22+
revision: "20250102"
2323

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

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

0 commit comments

Comments
 (0)