File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313jobs :
1414 build :
1515 name : Check if tests compile cleanly with starter sources
16- runs-on : ubuntu-22 .04
16+ runs-on : ubuntu-24 .04
1717 steps :
1818 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1919 - name : Set up JDK 1.17
2727
2828 lint :
2929 name : Lint Java files using Checkstyle
30- runs-on : ubuntu-22 .04
30+ runs-on : ubuntu-24 .04
3131 steps :
3232 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3333 - name : Set up JDK 1.17
4141
4242 test :
4343 name : Test all exercises using java-test-runner
44- runs-on : ubuntu-22 .04
44+ runs-on : ubuntu-24 .04
4545 steps :
4646 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4747 - name : Test all exercises using java-test-runner
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions:
1515jobs :
1616 lint :
1717 name : Lint Markdown files
18- runs-on : ubuntu-22 .04
18+ runs-on : ubuntu-24 .04
1919 steps :
2020 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2121 - name : Lint markdown
You can’t perform that action at this time.
0 commit comments