diff --git a/.github/workflows/closing.yml b/.github/workflows/closing.yml index d9a1ff58c..18ca0c8fe 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/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e40eac6d5..d3cf4fb42 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -19,7 +19,7 @@ on: jobs: analyze: name: Analyze - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout repository uses: actions/checkout@v4 # v4 diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index 31ca315ed..2cefa4c3a 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 d2191fc3c..950f31ae3 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 85f0b5e60..767c1ecd3 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 deb93f7c5..73e4de10c 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 892a6097c..31bec3bd3 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/submodules-update.yml b/.github/workflows/submodules-update.yml index 5ead615c3..8a5255fc8 100644 --- a/.github/workflows/submodules-update.yml +++ b/.github/workflows/submodules-update.yml @@ -15,7 +15,7 @@ on: jobs: submodule-update: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: contents: write pull-requests: write diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index df487467a..d20ad4750 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ on: [push, pull_request] jobs: lint: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 # v4 - uses: actions/setup-python@v5 diff --git a/.github/workflows/update-generated.yml b/.github/workflows/update-generated.yml index b5a9fe621..1fd3a1e09 100644 --- a/.github/workflows/update-generated.yml +++ b/.github/workflows/update-generated.yml @@ -15,7 +15,7 @@ on: jobs: submodule-update: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: contents: write pull-requests: write