Skip to content

Commit

Permalink
Need macOS 11 for ARM build
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceadams committed Nov 25, 2020
1 parent 20165e1 commit 8c54c2d
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 @@ -13,9 +13,9 @@ jobs:

strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-11.0, ubuntu-latest, windows-latest]
include:
- os: macos-latest
- os: macos-11.0
x86_64: ./target/release/yj
aarch64: ./target/aarch64-apple-darwin/release/yj
name: macos
Expand Down

0 comments on commit 8c54c2d

Please sign in to comment.