Skip to content

Commit

Permalink
Merge pull request #77 from smlx/macos-releases
Browse files Browse the repository at this point in the history
Update CI to correctly release macos builds
  • Loading branch information
smlx authored Oct 17, 2021
2 parents 436de7f + 51dc28c commit 3ce8790
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tag-to-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit 3ce8790

Please sign in to comment.