Skip to content

Commit

Permalink
Include runner.arch as well
Browse files Browse the repository at this point in the history
We may start using macos-14 runners in the future which are arm.
  • Loading branch information
ksperling-apple committed Mar 25, 2024
1 parent caf9b40 commit 8ff2696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/bootstrap/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
attempt_limit: 3
attempt_delay: 2000
with: |
key: ${{ runner.os }}-${{ inputs.platform }}-${{ steps.bootstrap-cache-key.outputs.hash}}
key: ${{ runner.os }}-${{ runner.arch }}-${{ inputs.platform }}-${{ steps.bootstrap-cache-key.outputs.hash}}
path: |
.environment
build_overrides/pigweed_environment.gni
Expand Down

0 comments on commit 8ff2696

Please sign in to comment.