Skip to content

Commit 3037a99

Browse files
Update GitHub actions runner
1 parent d8ec4ca commit 3037a99

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pr-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
lint:
88
name: Lint
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-20.04
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: golangci-lint
@@ -16,7 +16,7 @@ jobs:
1616

1717
build:
1818
name: Test & Build
19-
runs-on: ubuntu-18.04
19+
runs-on: ubuntu-20.04
2020
steps:
2121
- name: Setup up Go 1.x
2222
uses: actions/setup-go@v2

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
jobs:
1515
push:
1616
name: Push images
17-
runs-on: ubuntu-18.04
17+
runs-on: ubuntu-20.04
1818

1919
steps:
2020
- name: Check out code
@@ -67,7 +67,7 @@ jobs:
6767

6868
release:
6969
name: Release
70-
runs-on: ubuntu-18.04
70+
runs-on: ubuntu-20.04
7171

7272
# Run only if previous job has succeeded
7373
needs: [push]

0 commit comments

Comments
 (0)