Skip to content

Commit

Permalink
feat: Add macOS arm64 builds via GitHub Actions VM
Browse files Browse the repository at this point in the history
Replaces self-hosted version.

Closes shaka-project#40
  • Loading branch information
joeyparrish committed Aug 29, 2024
1 parent 4b7d58b commit eb1f405
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions build-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,19 @@
"exe_ext": ""
},
{
"os": "macos-latest",
"comment": "Explicit macOS version 13 is required for explicit x64 CPU.",
"os": "macos-13",
"os_name": "osx",
"target_arch": "x64",
"exe_ext": ""
},
{
"comment": "Latest macOS version 13 is arm64 CPU.",
"os": "macos-latest",
"os_name": "osx",
"target_arch": "arm64",
"exe_ext": ""
},
{
"os": "windows-latest",
"os_name": "win",
Expand All @@ -28,12 +36,6 @@
"os_name": "linux",
"target_arch": "arm64",
"exe_ext": ""
},
{
"os": "self-hosted-macos-arm64",
"os_name": "osx",
"target_arch": "arm64",
"exe_ext": ""
}
]
}

0 comments on commit eb1f405

Please sign in to comment.