File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ permissions:
28
28
jobs :
29
29
handler-elf :
30
30
name : handler-elf
31
- runs-on : ubuntu-20.04
31
+ runs-on : ubuntu-latest
32
32
steps :
33
33
- name : Checkout
34
34
uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ permissions:
28
28
jobs :
29
29
fmt-go :
30
30
name : fmt/go
31
- runs-on : ubuntu-20.04
31
+ runs-on : ubuntu-latest
32
32
steps :
33
33
- name : Checkout
34
34
uses : actions/checkout@v2
46
46
47
47
fmt-prettier :
48
48
name : fmt/prettier
49
- runs-on : ubuntu-20.04
49
+ runs-on : ubuntu-latest
50
50
steps :
51
51
- name : Checkout
52
52
uses : actions/checkout@v2
67
67
68
68
lint-go :
69
69
name : lint/go
70
- runs-on : ubuntu-20.04
70
+ runs-on : ubuntu-latest
71
71
steps :
72
72
- name : Checkout
73
73
uses : actions/checkout@v2
@@ -123,7 +123,7 @@ jobs:
123
123
124
124
lint-c :
125
125
name : lint/c
126
- runs-on : ubuntu-20.04
126
+ runs-on : ubuntu-latest
127
127
steps :
128
128
- name : Checkout
129
129
uses : actions/checkout@v2
@@ -141,7 +141,7 @@ jobs:
141
141
142
142
lint-shellcheck :
143
143
name : lint/shellcheck
144
- runs-on : ubuntu-20.04
144
+ runs-on : ubuntu-latest
145
145
steps :
146
146
- name : Checkout
147
147
uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments