Skip to content

Commit 16a2a55

Browse files
committed
🤖 ci: use larger depot runner for integration tests
1 parent 8821ea2 commit 16a2a55

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
@@ -95,7 +95,7 @@ jobs:
9595
integration-test:
9696
name: Integration Tests
9797
timeout-minutes: 10
98-
runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-16' || 'ubuntu-latest' }}
98+
runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-24.04-32' || 'ubuntu-latest' }}
9999
steps:
100100
- name: Checkout code
101101
uses: actions/checkout@v4

0 commit comments

Comments
 (0)