File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1111jobs :
1212 android-build :
1313 name : Build android apk for - ${{ matrix.config.arch }}
14- runs-on : ubuntu-22 .04
14+ runs-on : ubuntu-24 .04
1515 strategy :
1616 fail-fast : false
1717 matrix :
Original file line number Diff line number Diff line change 77
88jobs :
99 cpp-linter :
10- runs-on : ubuntu-22 .04
10+ runs-on : ubuntu-24 .04
1111 permissions :
1212 pull-requests : write
1313 issues : write
Original file line number Diff line number Diff line change 1111jobs :
1212 flatpak :
1313 name : " Flatpak build"
14- runs-on : ubuntu-22 .04
14+ runs-on : ubuntu-24 .04
1515 container :
1616 image : bilelmoussaoui/flatpak-github-actions:freedesktop-23.08
1717 options : --privileged
Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ jobs:
3434
3535 - name : Linux Release
3636 os : ubuntu
37- os-version : 22 .04
37+ os-version : 24 .04
3838 buildtype : release
3939 use-clang : false
4040 library_type : shared
4141 shell : bash
4242
4343 - name : Linux Clang Release (libstdc++)
4444 os : ubuntu
45- os-version : 22 .04
45+ os-version : 24 .04
4646 buildtype : release
4747 use-clang : true
4848 use-clang_stdlib : false
5151
5252 - name : Linux Clang Release (libc++)
5353 os : ubuntu
54- os-version : 22 .04
54+ os-version : 24 .04
5555 buildtype : release
5656 use-clang : true
5757 use-clang_stdlib : true
Original file line number Diff line number Diff line change 99jobs :
1010 build :
1111 name : Nintendo ${{ matrix.config.name }} CI
12- runs-on : ubuntu-22 .04
12+ runs-on : ubuntu-24 .04
1313 container :
1414 image : devkitpro/${{ matrix.config.container }} # # base on debian:buster-slim
1515 strategy :
Original file line number Diff line number Diff line change 99jobs :
1010 build :
1111 name : Run Tests
12- runs-on : ubuntu-22 .04
12+ runs-on : ubuntu-24 .04
1313 steps :
1414 - uses : actions/checkout@v4
1515 with :
You can’t perform that action at this time.
0 commit comments