Skip to content

Commit 0ab612a

Browse files
committed
Move Unreal engine job as well
1 parent 62a4f7e commit 0ab612a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292
name: Unreal Engine Tests
293293
# This can't go on e.g. ubuntu-latest because that runner runs out of disk space. ChatGPT suggested that the general solution tends to be to use
294294
# a custom runner.
295-
runs-on: spacetimedb-runner
295+
runs-on: spacetimedb-new-runner
296296
# Skip if this is an external contribution. GitHub secrets will be empty, so the step would fail anyway.
297297
if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork }}
298298
container:

0 commit comments

Comments
 (0)