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:
2828jobs :
2929 handler-elf :
3030 name : handler-elf
31- runs-on : ubuntu-20.04
31+ runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout
3434 uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ permissions:
2828jobs :
2929 fmt-go :
3030 name : fmt/go
31- runs-on : ubuntu-20.04
31+ runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout
3434 uses : actions/checkout@v2
4646
4747 fmt-prettier :
4848 name : fmt/prettier
49- runs-on : ubuntu-20.04
49+ runs-on : ubuntu-latest
5050 steps :
5151 - name : Checkout
5252 uses : actions/checkout@v2
6767
6868 lint-go :
6969 name : lint/go
70- runs-on : ubuntu-20.04
70+ runs-on : ubuntu-latest
7171 steps :
7272 - name : Checkout
7373 uses : actions/checkout@v2
@@ -123,7 +123,7 @@ jobs:
123123
124124 lint-c :
125125 name : lint/c
126- runs-on : ubuntu-20.04
126+ runs-on : ubuntu-latest
127127 steps :
128128 - name : Checkout
129129 uses : actions/checkout@v2
@@ -141,7 +141,7 @@ jobs:
141141
142142 lint-shellcheck :
143143 name : lint/shellcheck
144- runs-on : ubuntu-20.04
144+ runs-on : ubuntu-latest
145145 steps :
146146 - name : Checkout
147147 uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments