Skip to content

Commit 321620d

Browse files
committed
Move the upgrade version check to the new runner
1 parent 507b087 commit 321620d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/upgrade-version-check.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ permissions: read-all
88

99
jobs:
1010
version_upgrade_check:
11-
runs-on: spacetimedb-runner
11+
runs-on: spacetimedb-new-runner
12+
container:
13+
image: localhost:5000/spacetimedb-ci:latest
14+
options: >-
15+
--privileged
1216
steps:
1317
- name: Checkout
1418
uses: actions/checkout@v3

0 commit comments

Comments
 (0)