Skip to content

Commit

Permalink
Add GitHub arm64 Mac VM to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Mar 4, 2024
1 parent 34dcf3b commit e43d8db
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,21 @@
"generator": "Ninja"
},
{
"os": "macos-latest",
"comment": "Explicit macOS versions are required for explicit x64 CPU.",
"os": "macos-14",
"os_name": "osx",
"target_arch": "x64",
"exe_ext": "",
"generator": "Ninja"
},
{
"comment": "Explicit macOS versions are required for explicit arm64 CPU.",
"os": "macos-14-arm64",
"os_name": "osx",
"target_arch": "arm64",
"exe_ext": "",
"generator": "Ninja"
},
{
"os": "windows-latest",
"os_name": "win",
Expand Down

0 comments on commit e43d8db

Please sign in to comment.