Fix workflows

pull/1662/head
Cyril Rohr 2024-05-21 16:32:43 +00:00
parent d1fd568f5e
commit c416bffd71
1 changed files with 2 additions and 2 deletions

View File

@ -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