Skip to content

Commit

Permalink
chore(ci): add apple amr64 build using macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
leet4tari committed Feb 1, 2024
1 parent ca0fc68 commit 58cdcf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
},
{
"name": "macos-arm64",
"runs-on": "macos-13",
"runs-on": "macos-14",
"rust": "stable",
"target": "aarch64-apple-darwin",
"cross": false,
"build_enabled": false
"build_enabled": true
},
{
"name": "windows-x64",
Expand Down

0 comments on commit 58cdcf8

Please sign in to comment.