Skip to content

Commit

Permalink
Fix CI build for macos (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeld authored Jun 8, 2024
1 parent f548c3e commit 4929726
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ jobs:
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
- build: x86_64-apple-darwin
os: macos-latest
os: macos-13
target: x86_64-apple-darwin
- build: aarch64-apple-darwin
os: macos-latest
target: aarch64-apple-darwin

steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,11 @@ jobs:
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
- build: x86_64-apple-darwin
os: macos-latest
os: macos-13
target: x86_64-apple-darwin
- build: aarch64-apple-darwin
os: macos-latest
target: aarch64-apple-darwin

steps:
- name: Checkout repository
Expand Down

0 comments on commit 4929726

Please sign in to comment.