Skip to content

Commit

Permalink
Merge pull request #33 from akiomik/fix-release-workflow
Browse files Browse the repository at this point in the history
Fix release workflow
  • Loading branch information
akiomik committed Mar 29, 2022
2 parents 92a33d8 + 32faf0b commit 09385e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
target: x86_64-unknown-linux-gnu
# - os: macos-latest
# target: aarch64-apple-darwin
- os: macos-latest
target: x86_64-apple-darwin
# - os: macos-latest
# target: x86_64-apple-darwin

# runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 09385e4

Please sign in to comment.