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