correct ubuntu arm refs

Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
This commit is contained in:
Alex Goodman 2025-11-10 14:29:51 -05:00
parent b16a401226
commit 3335b85d61

View File

@ -104,7 +104,7 @@ jobs:
# Note: changing this job name requires making the same update in the .github/workflows/release.yaml pipeline # Note: changing this job name requires making the same update in the .github/workflows/release.yaml pipeline
name: "Upload snapshot artifacts" name: "Upload snapshot artifacts"
needs: [Build-Snapshot-Artifacts] needs: [Build-Snapshot-Artifacts]
runs-on: ubuntu-latest-arm runs-on: ubuntu-24.04-arm
steps: steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0 - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
with: with:
@ -280,7 +280,7 @@ jobs:
Cleanup-Cache: Cleanup-Cache:
name: "Cleanup snapshot cache" name: "Cleanup snapshot cache"
if: github.event.pull_request.head.repo.full_name == github.repository if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest-arm runs-on: ubuntu-24.04-arm
permissions: permissions:
actions: write actions: write
needs: needs: