Skip to content

Commit 5c7d7ae

Browse files
authored
chore: run deploy job on github runners (#1127)
Because tailscale does not work with --accept-dns=true on shipfox runners. Signed-off-by: Sylvain Rabot <[email protected]>
1 parent 1de0278 commit 5c7d7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
push-to-registry: true
155155

156156
Deploy:
157-
runs-on: "shipfox-2vcpu-ubuntu-2404"
157+
runs-on: ubuntu-24.04
158158
if: github.ref == 'refs/heads/main'
159159
environment: staging
160160
needs:

0 commit comments

Comments
 (0)