Skip to content

Commit

Permalink
use the right linux runner label
Browse files Browse the repository at this point in the history
reefs #34
  • Loading branch information
deogracia committed Nov 1, 2020
1 parent 25904eb commit b9cabcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
go: ['1.14', '1.15']
os: ['windows-latest','linux-latest','macos-latest']
os: ['windows-latest','ubuntu-latest','macos-latest']
steps:
- name: setup-go
uses: actions/setup-go@v1
Expand Down

0 comments on commit b9cabcf

Please sign in to comment.