From f209c868eed6d011cc9a2fcdd1ce57ab1d54bafb Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 3 Feb 2026 09:51:27 -0600 Subject: [PATCH] use ubuntu-latest for ci --- .github/workflows/pull-request-commit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-commit.yml b/.github/workflows/pull-request-commit.yml index cc2dbe78bd..7034d03608 100644 --- a/.github/workflows/pull-request-commit.yml +++ b/.github/workflows/pull-request-commit.yml @@ -20,7 +20,7 @@ permissions: jobs: webpack-analyzer: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest if: ${{ github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request'}} steps: - name: ⬇️ Checkout @@ -104,7 +104,7 @@ jobs: --- fingerprint-native: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest if: ${{ github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request'}} steps: - name: ⬇️ Checkout