Skip to content

Commit 15b2cf0

Browse files
committed
chore: Update runs-on to ubuntu-latest in build-linux-amd64 workflow
1 parent 8fd5dbc commit 15b2cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-linux-amd64-manual.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
build-linux-amd64:
88
environment: release
9-
runs-on: linux
9+
runs-on: ubuntu-latest
1010
env:
1111
OLLAMA_SKIP_MANIFEST_CREATE: '1'
1212
BUILD_ARCH: amd64

0 commit comments

Comments
 (0)