Skip to content

Commit

Permalink
ci: use macos-13 to build macos binary (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity authored Nov 18, 2024
1 parent 3ca7c65 commit 48db35e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: linux64
artifact_name: target/release/ic-wasm
asset_name: ic-wasm-linux64
- os: macos-12
- os: macos-13
name: macos
artifact_name: target/release/ic-wasm
asset_name: ic-wasm-macos
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
asset_name: ic-wasm-linux64
- os: macos-13
asset_name: ic-wasm-macos
- os: macos-12
- os: macos-14
asset_name: ic-wasm-macos
steps:
- name: Get executable
Expand Down

0 comments on commit 48db35e

Please sign in to comment.