use ubuntu-latest for ci

This commit is contained in:
Samuel Newman
2026-02-03 09:51:27 -06:00
parent cbd48c855a
commit f209c868ee
+2 -2
View File
@@ -20,7 +20,7 @@ permissions:
jobs: jobs:
webpack-analyzer: 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'}} if: ${{ github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request'}}
steps: steps:
- name: ⬇️ Checkout - name: ⬇️ Checkout
@@ -104,7 +104,7 @@ jobs:
--- ---
fingerprint-native: 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'}} if: ${{ github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request'}}
steps: steps:
- name: ⬇️ Checkout - name: ⬇️ Checkout