Skip to content

Commit 86e2049

Browse files
committed
Stop using self-hosted runners
Signed-off-by: Piotr Jastrzebski <piotr@chiselstrike.com>
1 parent 48eea57 commit 86e2049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

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

2424
build:
2525
needs: authorize
26-
runs-on: self-hosted
26+
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@v3
2929
with:

0 commit comments

Comments
 (0)