From b222b320b85d7e27e296b14f2ebc0a89b7c3d6ca Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Tue, 15 Jul 2025 12:46:03 +1000 Subject: [PATCH] ci uses ubuntu-24.04 --- .github/workflows/java.yml | 6 +++--- .github/workflows/markdown.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml index 1a4953152..b1efb49ed 100644 --- a/.github/workflows/java.yml +++ b/.github/workflows/java.yml @@ -13,7 +13,7 @@ on: jobs: build: name: Check if tests compile cleanly with starter sources - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Set up JDK 1.17 @@ -27,7 +27,7 @@ jobs: lint: name: Lint Java files using Checkstyle - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Set up JDK 1.17 @@ -41,7 +41,7 @@ jobs: test: name: Test all exercises using java-test-runner - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Test all exercises using java-test-runner diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index abe9683a5..cb23011e0 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -15,7 +15,7 @@ permissions: jobs: lint: name: Lint Markdown files - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Lint markdown