diff --git a/.github/workflows/add_to_docs_board.yml b/.github/workflows/add_to_docs_board.yml index 77f98d2b..4e8dea18 100644 --- a/.github/workflows/add_to_docs_board.yml +++ b/.github/workflows/add_to_docs_board.yml @@ -8,7 +8,7 @@ jobs: add-to-project: if: github.event.label.name == 'user-docs' name: Add issue to project - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/add-to-project@v1.0.2 with: diff --git a/.github/workflows/build-previews.yml b/.github/workflows/build-previews.yml index 3212ca58..35c7d32d 100644 --- a/.github/workflows/build-previews.yml +++ b/.github/workflows/build-previews.yml @@ -10,7 +10,7 @@ on: jobs: comment: name: Add comment with extension preview builds - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: github.repository == 'interledger/web-monetization-extension' steps: - name: Checkout repository diff --git a/.github/workflows/bump-manifest-version.yml b/.github/workflows/bump-manifest-version.yml index bfbfcad8..31a31742 100644 --- a/.github/workflows/bump-manifest-version.yml +++ b/.github/workflows/bump-manifest-version.yml @@ -20,7 +20,7 @@ permissions: jobs: bump-version: name: Bump version - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f9059d72..77f9c007 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -27,7 +27,7 @@ on: jobs: analyze: name: Analyze - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: actions: read contents: read diff --git a/.github/workflows/delete-pr-artifacts.yml b/.github/workflows/delete-pr-artifacts.yml index 0add7029..1427a3f3 100644 --- a/.github/workflows/delete-pr-artifacts.yml +++ b/.github/workflows/delete-pr-artifacts.yml @@ -9,7 +9,7 @@ jobs: delete: name: Delete artifacts if: github.repository == 'interledger/web-monetization-extension' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout repository uses: actions/checkout@v4 diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 82aa1988..9b5b80db 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -12,7 +12,7 @@ jobs: permissions: contents: read pull-requests: write - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Add labels uses: actions/labeler@v5 diff --git a/.github/workflows/nightly-build.yaml b/.github/workflows/nightly-build.yaml index 01a1678b..31f02181 100644 --- a/.github/workflows/nightly-build.yaml +++ b/.github/workflows/nightly-build.yaml @@ -76,7 +76,7 @@ jobs: build-nightly: name: Create Release - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: test-e2e steps: - name: Checkout repository diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index ee81c342..44010b7a 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: browser: [chrome, firefox] - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout repository uses: actions/checkout@v4 @@ -39,7 +39,7 @@ jobs: lint: name: Lint - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 continue-on-error: true env: FORCE_COLOR: true @@ -62,7 +62,7 @@ jobs: test: name: Test - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout repository uses: actions/checkout@v4 diff --git a/.github/workflows/pr-title-check.yml b/.github/workflows/pr-title-check.yml index d1d3e8ce..9e23f429 100644 --- a/.github/workflows/pr-title-check.yml +++ b/.github/workflows/pr-title-check.yml @@ -10,7 +10,7 @@ on: jobs: check-pr-title: name: Check PR Title - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: amannn/action-semantic-pull-request@v5 env: diff --git a/.github/workflows/release-preview.yml b/.github/workflows/release-preview.yml index 16c3e958..af37c489 100644 --- a/.github/workflows/release-preview.yml +++ b/.github/workflows/release-preview.yml @@ -22,7 +22,7 @@ permissions: jobs: release-preview: if: "${{ startsWith(github.event.head_commit.message, 'chore: release version') }}" - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout repository uses: actions/checkout@v4 diff --git a/.github/workflows/release-stable.yml b/.github/workflows/release-stable.yml index 3ea9ad27..fbf35259 100644 --- a/.github/workflows/release-stable.yml +++ b/.github/workflows/release-stable.yml @@ -22,7 +22,7 @@ permissions: jobs: release-stable: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 name: Release steps: - name: Checkout repository diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index 4030b67a..3d41ef9e 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: browser: [chrome, firefox] - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout repository uses: actions/checkout@v4 @@ -27,7 +27,7 @@ jobs: test: name: Test - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout repository uses: actions/checkout@v4 @@ -40,7 +40,7 @@ jobs: lint: name: Lint - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 continue-on-error: true env: FORCE_COLOR: true