Skip to content

Commit

Permalink
Add aarch64-apple-darwin as build target
Browse files Browse the repository at this point in the history
  • Loading branch information
ikanago committed Jul 19, 2024
1 parent b247114 commit c2c930e
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,26 @@ jobs:
matrix:
job:
- {
target: x86_64-unknown-linux-gnu,
os: ubuntu-latest,
target: "x86_64-unknown-linux-gnu",
os: "ubuntu-22.04",
binary-extension: "",
package-extension: ".tar.gz",
}
- {
target: x86_64-apple-darwin,
os: macos-latest,
target: "x86_64-apple-darwin",
os: "macos-13",
binary-extension: "",
package-extension: ".tar.gz",
}
- {
target: x86_64-pc-windows-msvc,
os: windows-latest,
target: "aarch64-apple-darwin",
os: "macos-14",
binary-extension: "",
package-extension: ".tar.gz",
}
- {
target: "x86_64-pc-windows-msvc",
os: "windows-2022",
binary-extension: ".exe",
package-extension: ".zip",
}
Expand Down

0 comments on commit c2c930e

Please sign in to comment.