Skip to content

Commit 609dddd

Browse files
authored
Change CI runner to self-hosted from ubuntu-latest
1 parent 579690d commit 609dddd

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
@@ -3,7 +3,7 @@ on: [push, pull_request]
33
jobs:
44
build:
55
name: Auto triggered CI job
6-
runs-on: ubuntu-latest
6+
runs-on: self-hosted
77
steps:
88
-
99
name: Check out code into the Go module directory

0 commit comments

Comments
 (0)