mirror of
https://github.com/actions/cache.git
synced 2025-11-01 12:38:37 +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:
|
jobs:
|
||||||
# End to end save and restore
|
# End to end save and restore
|
||||||
test-save:
|
test-save:
|
||||||
runs-on: runs-on,runner=2cpu-ubuntu22-arm64
|
runs-on: runs-on,runner=2cpu-linux-arm64
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
part_size: [32]
|
part_size: [32]
|
||||||
|
|
@ -52,7 +52,7 @@ jobs:
|
||||||
part_size: [8, 16]
|
part_size: [8, 16]
|
||||||
queue_size: [8, 12]
|
queue_size: [8, 12]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: runs-on,runner=2cpu-ubuntu22-arm64
|
runs-on: runs-on,runner=2cpu-linux-arm64
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user