Skip to content

Commit

Permalink
test: ci apple macos runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Miaxos committed Feb 2, 2024
1 parent 169136f commit 9274d5f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ jobs:
os: macos-latest
rust: nightly
target: x86_64-apple-darwin
- build: macos
os: macos-latest
rust: nightly
target: aarch64-apple-darwin
# - build: win-msvc
# os: windows-latest
# rust: nightly
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ jobs:
- build: macos
os: macos-latest
rust: nightly
target: x86_64-apple-darwin
- build: macos
os: macos-latest
rust: nightly
target: aarch64-apple-darwin
# - build: win-msvc
# os: windows-2022
# rust: nightly
Expand Down

0 comments on commit 9274d5f

Please sign in to comment.