diff --git a/.github/workflows/action-format.yml b/.github/workflows/action-format.yml index 78c20c3d4e..38462cba30 100644 --- a/.github/workflows/action-format.yml +++ b/.github/workflows/action-format.yml @@ -8,7 +8,7 @@ on: jobs: format: name: 'Format code' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/format') steps: - name: 'Post acknowledgement that it will format code' diff --git a/.github/workflows/action-sync.yml b/.github/workflows/action-sync.yml index d9b34a9ed5..5f8de73c82 100644 --- a/.github/workflows/action-sync.yml +++ b/.github/workflows/action-sync.yml @@ -8,7 +8,7 @@ on: jobs: format: name: 'Sync all exercises' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/sync') steps: - name: 'Post acknowledgement that it will sync exercises' diff --git a/.github/workflows/ci.js.yml b/.github/workflows/ci.js.yml index 8fb1872e5a..5e4d01eb02 100644 --- a/.github/workflows/ci.js.yml +++ b/.github/workflows/ci.js.yml @@ -10,7 +10,7 @@ on: jobs: precheck: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 @@ -30,7 +30,7 @@ jobs: run: corepack pnpm node scripts/ci-check.mjs ci: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5c31869920..79fbce5191 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -16,7 +16,7 @@ on: jobs: analyze: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: fail-fast: false diff --git a/.github/workflows/pr.ci.js.yml b/.github/workflows/pr.ci.js.yml index 4ab66211e4..4a12943afd 100644 --- a/.github/workflows/pr.ci.js.yml +++ b/.github/workflows/pr.ci.js.yml @@ -7,7 +7,7 @@ on: pull_request jobs: precheck: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout PR @@ -40,7 +40,7 @@ jobs: run: corepack pnpm node scripts/pr.mjs ${{ steps.changed-files.outputs.changed_files }} ci: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: diff --git a/.github/workflows/verify-code-formatting.yml b/.github/workflows/verify-code-formatting.yml index f3b20ec376..6ab33a2d5f 100644 --- a/.github/workflows/verify-code-formatting.yml +++ b/.github/workflows/verify-code-formatting.yml @@ -7,7 +7,7 @@ on: jobs: verify: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: 'Checkout code' uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683