Skip to content

Commit 8c54c2d

Browse files
committed
Need macOS 11 for ARM build
1 parent 20165e1 commit 8c54c2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
os: [macos-latest, ubuntu-latest, windows-latest]
16+
os: [macos-11.0, ubuntu-latest, windows-latest]
1717
include:
18-
- os: macos-latest
18+
- os: macos-11.0
1919
x86_64: ./target/release/yj
2020
aarch64: ./target/aarch64-apple-darwin/release/yj
2121
name: macos

0 commit comments

Comments
 (0)