Skip to content

Commit

Permalink
Ensure to run release on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
nakabonne committed Nov 28, 2020
1 parent 8e2d6c3 commit 46dbc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- "v[0-9]+.[0-9]+.[0-9]+"
jobs:
goreleaser:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 46dbc88

Please sign in to comment.