File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
strategy :
6
6
matrix :
7
7
platform :
8
- - ubuntu-20 .04
9
- - macos-11
10
- # - windows-2019
8
+ - ubuntu-22 .04
9
+ - macos-13
10
+ - windows-2022
11
11
fail-fast : false
12
12
runs-on : ${{ matrix.platform }}
13
13
steps :
26
26
- run : script/test
27
27
shell : sh
28
28
lint :
29
- runs-on : ubuntu-20 .04
29
+ runs-on : ubuntu-22 .04
30
30
steps :
31
31
- uses : actions/checkout@v3
32
32
- uses : WillAbides/setup-go-faster@v1
43
43
restore-keys : ${{ runner.os }}-go-lint
44
44
- run : script/lint
45
45
generate :
46
- runs-on : ubuntu-20 .04
46
+ runs-on : ubuntu-22 .04
47
47
steps :
48
48
- uses : actions/checkout@v3
49
49
- uses : WillAbides/setup-go-faster@v1
63
63
restore-keys : ${{ runner.os }}-go-generate
64
64
- run : script/generate --check
65
65
release :
66
- runs-on : ubuntu-20 .04
66
+ runs-on : ubuntu-22 .04
67
67
needs :
68
68
- test
69
69
- lint
You can’t perform that action at this time.
0 commit comments