Skip to content

Commit 9d35cf4

Browse files
authored
ci: remove usage of self-hosted runners
1 parent 3e69227 commit 9d35cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-test-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
GOTESTFLAGS: -cover -coverprofile=module-coverage.txt -coverpkg=./...
2626
GO386FLAGS: ""
2727
GORACEFLAGS: ""
28-
runs-on: ${{ fromJSON(vars[format('UCI_GO_TEST_RUNNER_{0}', matrix.os)] || format('"{0}-latest"', matrix.os)) }}
28+
runs-on: ${{ format('"{0}-latest"', matrix.os)) }}
2929
name: ${{ matrix.os }} (go ${{ matrix.go }})
3030
steps:
3131
- name: Use msys2 on windows

0 commit comments

Comments
 (0)