Skip to content

Commit 972dd04

Browse files
committed
refactor(ci): golangci-lint refactor
1 parent ab724b5 commit 972dd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
golangci-lint:
2020
# The type of runner that the job will run on
2121
# runs-on: macos-12
22-
runs-on: [custom, linux, large]
22+
runs-on: ubuntu-latest
2323

2424
# Steps represent a sequence of tasks that will be executed as part of the job
2525
steps:

0 commit comments

Comments
 (0)