Skip to content

Commit

Permalink
Fix runs ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
osamingo committed Feb 1, 2021
1 parent a8730eb commit 8078fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: Check out code
uses: actions/checkout@v2
Expand All @@ -21,7 +21,7 @@ jobs:
version: v1.36.0
test:
name: Test
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
strategy:
matrix:
go: [ '1.14.x', '1.15.x' ]
Expand Down

0 comments on commit 8078fa2

Please sign in to comment.