mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-07-03 10:01:16 -03:00
Make make_pkg.sh create fat binaries again on macOS
This commit is contained in:
2
.github/workflows/mac_codesign.yml
vendored
2
.github/workflows/mac_codesign.yml
vendored
@@ -10,6 +10,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@1.79
|
||||
with:
|
||||
targets: aarch64-apple-darwin,x86_64-apple-darwin
|
||||
- name: build-and-codesign
|
||||
run: |
|
||||
cargo install apple-codesign
|
||||
|
||||
Reference in New Issue
Block a user