10000 Use GitHub action runner instead · gregnr/supabase-postgres@8573dbb · GitHub
[go: up one dir, main page]

Skip to content

Commit 8573dbb

Browse files
committed
Use GitHub action runner instead
1 parent 7d02968 commit 8573dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerhub-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
docker_x86_release:
2424
needs: settings
25-
runs-on: [self-hosted, X64]
25+
runs-on: ubuntu-latest
2626
timeout-minutes: 120
2727
env:
2828
arch: amd64

0 commit comments

Comments
 (0)
0