mirror of
https://github.com/actions/cache.git
synced 2025-10-29 00:38:36 +08:00
Fix workflows
This commit is contained in:
parent
d1fd568f5e
commit
c416bffd71
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
|
|
@ -15,7 +15,7 @@ on:
|
|||
jobs:
|
||||
# End to end save and restore
|
||||
test-save:
|
||||
runs-on: runs-on,runner=2cpu-ubuntu22-arm64
|
||||
runs-on: runs-on,runner=2cpu-linux-arm64
|
||||
strategy:
|
||||
matrix:
|
||||
part_size: [32]
|
||||
|
|
@ -52,7 +52,7 @@ jobs:
|
|||
part_size: [8, 16]
|
||||
queue_size: [8, 12]
|
||||
fail-fast: false
|
||||
runs-on: runs-on,runner=2cpu-ubuntu22-arm64
|
||||
runs-on: runs-on,runner=2cpu-linux-arm64
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user