Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 3db1dfa

Browse files
committed
ubuntu
1 parent e31f64c commit 3db1dfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push]
33

44
jobs:
55
fmt:
6-
runs-on: ubuntu-latest
6+
runs-on: ubuntu-20.04
77
steps:
88
- uses: actions/checkout@v2
99
- uses: actions/cache@v2
@@ -18,7 +18,7 @@ jobs:
1818
args: make -j fmt
1919
- run: ./ci/scripts/files_changed.sh
2020
lint:
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-20.04
2222
steps:
2323
- uses: actions/checkout@v2
2424
- name: golangci-lint
@@ -27,7 +27,7 @@ jobs:
2727
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
2828
version: v1.36
2929
test:
30-
runs-on: ubuntu-latest
30+
runs-on: ubuntu-20.04
3131
steps:
3232
- uses: actions/checkout@v2
3333
- uses: actions/cache@v2

0 commit comments

Comments
 (0)