Skip to content

Commit b6abdef

Browse files
committed
ci.yml
1 parent 77b63a8 commit b6abdef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
lint:
1717
timeout-minutes: 10
1818
name: lint
19-
runs-on: ${{ github.repository == 'stainless-sdks/runloop-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
19+
runs-on: ${{ github.repository == 'stainless-sdks/runloop-python' && 'depot-ubuntu-24.04' || 'ubuntu-slim' }}
2020
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
2121
steps:
2222
- uses: actions/checkout@v6
@@ -39,7 +39,7 @@ jobs:
3939
permissions:
4040
contents: read
4141
id-token: write
42-
runs-on: ${{ github.repository == 'stainless-sdks/runloop-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
42+
runs-on: ${{ github.repository == 'stainless-sdks/runloop-python' && 'depot-ubuntu-24.04' || 'ubuntu-slim' }}
4343
steps:
4444
- uses: actions/checkout@v6
4545

@@ -72,7 +72,7 @@ jobs:
7272
test:
7373
timeout-minutes: 10
7474
name: test
75-
runs-on: ${{ github.repository == 'stainless-sdks/runloop-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
75+
runs-on: ${{ github.repository == 'stainless-sdks/runloop-python' && 'depot-ubuntu-24.04' || 'ubuntu-slim' }}
7676
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
7777
steps:
7878
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)