Skip to content

Commit

Permalink
ci: use macos-13 to build macos binary
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Nov 18, 2024
1 parent c2419ac commit 840940b
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 @@ -17,7 +17,7 @@ jobs:
name: linux64
artifact_name: target/x86_64-unknown-linux-musl/release/didc
asset_name: didc-linux64
- os: macos-12
- os: macos-13
name: macos
artifact_name: target/release/didc
asset_name: didc-macos
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
asset_name: didc-linux64
- os: macos-13
asset_name: didc-macos
- os: macos-12
- os: macos-14
asset_name: didc-macos
steps:
- name: Get executable
Expand Down

0 comments on commit 840940b

Please sign in to comment.