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