Skip to content

Commit 5740ec7

Browse files
committed
ci : change ubuntu package to 22.04
1 parent 872fd18 commit 5740ec7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ jobs:
158158
path: llama-${{ steps.tag.outputs.name }}-bin-macos-x64.zip
159159
name: llama-bin-macos-x64.zip
160160

161-
ubuntu-latest-cmake:
162-
runs-on: ubuntu-latest
161+
ubuntu-cpu-cmake:
162+
runs-on: ubuntu-22.04
163163

164164
steps:
165165
- name: Clone
@@ -1191,7 +1191,7 @@ jobs:
11911191
runs-on: ubuntu-latest
11921192

11931193
needs:
1194-
- ubuntu-latest-cmake
1194+
- ubuntu-cpu-cmake
11951195
- windows-latest-cmake
11961196
- windows-2019-cmake-cuda
11971197
- windows-latest-cmake-hip-release

0 commit comments

Comments
 (0)