Skip to content

Commit

Permalink
ci: use ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jan 12, 2025
1 parent 7321702 commit cba1784
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

jobs:
build-linux-x86_64:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
retention-days: ${{ inputs.artifacts-retention-days }}

build-linux-arm64:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion src/llama.cpp
Submodule llama.cpp updated 239 files

0 comments on commit cba1784

Please sign in to comment.