ci : change ubuntu build from latest to 20.04

This commit is contained in:
Georgi Gerganov 2025-01-24 15:58:48 +02:00
parent 194358e3b7
commit 56e26a7f30
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

View File

@ -160,8 +160,8 @@ jobs:
path: llama-${{ steps.tag.outputs.name }}-bin-macos-x64.zip path: llama-${{ steps.tag.outputs.name }}-bin-macos-x64.zip
name: llama-bin-macos-x64.zip name: llama-bin-macos-x64.zip
ubuntu-latest-cmake: ubuntu-cmake:
runs-on: ubuntu-latest runs-on: ubuntu-20.04
steps: steps:
- name: Clone - name: Clone
@ -1238,7 +1238,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: needs:
- ubuntu-latest-cmake - ubuntu-cmake
- macOS-latest-cmake - macOS-latest-cmake
- windows-latest-cmake - windows-latest-cmake
- windows-2019-cmake-cuda - windows-2019-cmake-cuda