Skip to content

Commit 16a6211

Browse files
committed
fix: use ubuntu-latest in github actions
1 parent ec8fe82 commit 16a6211

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/gen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ permissions:
2828
jobs:
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

.github/workflows/quality.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ permissions:
2828
jobs:
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
@@ -46,7 +46,7 @@ jobs:
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
@@ -67,7 +67,7 @@ jobs:
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

0 commit comments

Comments
 (0)