Skip to content

Commit

Permalink
add both macos platforms, as we don't know what runner we'll get
Browse files Browse the repository at this point in the history
  • Loading branch information
gulbanana committed May 2, 2024
1 parent 26b0e89 commit 373d3f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
if: matrix.platform == 'macos-latest'
run: |
rustup target add aarch64-apple-darwin
rustup target add x86_64-apple-darwin
- name: install certificate (windows)
if: matrix.platform == 'windows-latest'
Expand Down

0 comments on commit 373d3f5

Please sign in to comment.