Skip to content

Commit 8d48d47

Browse files
chore(internal): change ci workflow machines
1 parent 214d838 commit 8d48d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
permissions:
4040
contents: read
4141
id-token: write
42-
runs-on: depot-ubuntu-24.04
42+
runs-on: ${{ github.repository == 'stainless-sdks/llama-stack-client-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
4343
steps:
4444
- uses: actions/checkout@v4
4545

0 commit comments

Comments
 (0)