Skip to content

Commit 8d778e8

Browse files
committed
Updated ubuntu version for github workflows
1 parent 9ffa02d commit 8d778e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-go@v2

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
create_release:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/create-release@v1
1515
id: create_release
@@ -25,7 +25,7 @@ jobs:
2525
outputs:
2626
upload_url: ${{ steps.create_release.outputs.upload_url }}
2727
upload_assets:
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-latest
2929
needs: create_release
3030
strategy:
3131
fail-fast: true

0 commit comments

Comments
 (0)