diff --git a/.github/workflows/closing.yml b/.github/workflows/closing.yml index d9a1ff5..18ca0c8 100644 --- a/.github/workflows/closing.yml +++ b/.github/workflows/closing.yml @@ -17,7 +17,7 @@ jobs: permissions: issues: write # for peter-evans/create-or-update-comment to create or update comment pull-requests: write # for peter-evans/create-or-update-comment to create or update comment - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Add closed question comment uses: peter-evans/create-or-update-comment@v4 diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index fbe80d3..9fac394 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: read-only: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 env: # Use short project name, otherwise inspect output is messy COMPOSE_PROJECT_NAME: wl @@ -43,7 +43,7 @@ jobs: run: ./test-stop read-write: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 env: # Use short project name, otherwise inspect output is messy COMPOSE_PROJECT_NAME: wl diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index 31ca315..2cefa4c 100644 --- a/.github/workflows/label-sync.yml +++ b/.github/workflows/label-sync.yml @@ -19,7 +19,7 @@ permissions: jobs: build: name: Sync labels - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: srealmoreno/label-sync-action@v1 diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index d2191fc..950f31a 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -17,7 +17,7 @@ jobs: permissions: issues: write # for peter-evans/create-or-update-comment to create or update comment pull-requests: write # for peter-evans/create-or-update-comment to create or update comment - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Add backlog comment uses: peter-evans/create-or-update-comment@v4 diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 85f0b5e..767c1ec 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -18,7 +18,7 @@ permissions: jobs: pre-commit: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/pull_requests.yaml b/.github/workflows/pull_requests.yaml index deb93f7..73e4de1 100644 --- a/.github/workflows/pull_requests.yaml +++ b/.github/workflows/pull_requests.yaml @@ -18,7 +18,7 @@ jobs: permissions: pull-requests: write contents: write - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 name: Weblate automerge if: github.actor == 'weblate' steps: diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 892a609..31bec3b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -20,7 +20,7 @@ permissions: jobs: stale-issues: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: issues: write pull-requests: write diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 96b6fb7..5c0290f 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -19,7 +19,7 @@ permissions: jobs: build: name: Lint Code Base - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout Code