Skip to content

Commit b9bfaa9

Browse files
committed
chore: switch to -4 variants
Signed-off-by: Mark Phelps <[email protected]>
1 parent f7aa3cb commit b9bfaa9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: Build and Cache Flipt Image
3939
# Skip this job for PRs from forks since they can't push to GHCR
4040
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
41-
runs-on: depot-ubuntu-24.04
41+
runs-on: depot-ubuntu-24.04-4
4242
timeout-minutes: 15
4343
permissions:
4444
contents: read
@@ -111,7 +111,7 @@ jobs:
111111
112112
test:
113113
name: Integration Tests
114-
runs-on: depot-ubuntu-24.04
114+
runs-on: depot-ubuntu-24.04-4
115115
timeout-minutes: 20
116116
needs:
117117
- discover-tests
@@ -179,7 +179,7 @@ jobs:
179179

180180
ui:
181181
name: UI Integration Tests
182-
runs-on: depot-ubuntu-24.04
182+
runs-on: depot-ubuntu-24.04-4
183183
timeout-minutes: 20
184184
needs:
185185
- build-cache

0 commit comments

Comments
 (0)