Skip to content

Commit

Permalink
fix: resolve the issue #79
Browse files Browse the repository at this point in the history
  • Loading branch information
saltbo committed Feb 24, 2021
1 parent 1e8710c commit a122ca0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
test:
name: Test
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: Set up Go
uses: actions/setup-go@v2
Expand All @@ -26,7 +26,7 @@ jobs:
file: .coverprofile
build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
needs: [test]
steps:
- name: Set up Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
goreleaser:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit a122ca0

Please sign in to comment.