ggerganov commited on
Commit
9a3c061
·
unverified ·
1 Parent(s): 245a91f

ci : fix ubuntu runner names

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yml +2 -2
.github/workflows/build.yml CHANGED
@@ -43,7 +43,7 @@ jobs:
43
  cmake --build build --config Release -j $(nproc)'
44
 
45
  ubuntu-latest-arm64:
46
- runs-on: ubuntu-latest-arm64
47
 
48
  strategy:
49
  fail-fast: false
@@ -69,7 +69,7 @@ jobs:
69
  cmake --build build --config Release -j $(nproc)'
70
 
71
  ubuntu-latest-arm-v7:
72
- runs-on: ubuntu-latest-arm-v7
73
 
74
  strategy:
75
  fail-fast: false
 
43
  cmake --build build --config Release -j $(nproc)'
44
 
45
  ubuntu-latest-arm64:
46
+ runs-on: ubuntu-latest
47
 
48
  strategy:
49
  fail-fast: false
 
69
  cmake --build build --config Release -j $(nproc)'
70
 
71
  ubuntu-latest-arm-v7:
72
+ runs-on: ubuntu-latest
73
 
74
  strategy:
75
  fail-fast: false