We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce305d commit 1327ce4Copy full SHA for 1327ce4
.github/workflows/ci.yml
@@ -95,7 +95,7 @@ jobs:
95
integration-test:
96
name: Integration Tests
97
timeout-minutes: 10
98
- runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-16' || 'ubuntu-latest' }}
+ runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-24.04-32' || 'ubuntu-latest' }}
99
steps:
100
- name: Checkout code
101
uses: actions/checkout@v4
0 commit comments