Skip to content

Commit

Permalink
feat: switch to gha-runner-scale-set-ubuntu-22.04-amd64-large for act…
Browse files Browse the repository at this point in the history
…ions cache
  • Loading branch information
jonesho committed Jan 22, 2025
1 parent 59da2f7 commit 2f434a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cache-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
pull-and-cache-images:
needs: [ check-dockerhub-secrets-present, changes ]
if: ${{ always() && needs.check-dockerhub-secrets-present.outputs.secrets_present == 'true' && needs.changes.outputs.cache_images == 'true' }}
runs-on: [self-hosted, ubuntu-20.04, X64, small]
runs-on: gha-runner-scale-set-ubuntu-22.04-amd64-large
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 2f434a1

Please sign in to comment.