Skip to content

Commit

Permalink
ci: use macos-13 to build macos binary (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity authored Nov 18, 2024
1 parent 61e3207 commit 2121549
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-repl
asset_name: ic-repl-linux64
- os: macos-12
- os: macos-13
name: macos
artifact_name: target/release/ic-repl
asset_name: ic-repl-macos
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
asset_name: ic-repl-linux64
- os: macos-13
asset_name: ic-repl-macos
- os: macos-12
- os: macos-14
asset_name: ic-repl-macos
steps:
- name: Get executable
Expand Down

0 comments on commit 2121549

Please sign in to comment.