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/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index fc9c5bc..c7298ae 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -14,7 +14,7 @@ on: jobs: analyze: name: Analyze - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout repository uses: actions/checkout@v4 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/setup.yml b/.github/workflows/setup.yml index ee4a027..2e2a1e0 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: setup: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 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/test.yml b/.github/workflows/test.yml index 0c9d1f7..fb8a964 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ on: jobs: test: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: python-version: