fix: update workflow to use ubuntu-24.04 for consistency across all jobs (#4553)

* fix: update workflow to use ubuntu-22.04 for consistency across all jobs

* fix: update workflows to use ubuntu-24.04 for consistency across all jobs
This commit is contained in:
Theresa
2025-04-16 12:04:20 +08:00
committed by GitHub
parent 47f674666b
commit c7c79b400a
6 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ jobs:
contents: read
attestations: write
id-token: write
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4