Skip to content

Commit

Permalink
ci: add Intel macOS build to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kwvg committed Nov 22, 2024
1 parent 4bfddd6 commit b83f2d1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"host": "arm-linux-gnueabihf",
"dep_opts": ""
},
{
"depends_name": "x86_64-apple-darwin",
"host": "x86_64-apple-darwin",
"dep_opts": ""
},
{
"depends_name": "x86_64-pc-linux-gnu_debug",
"host": "x86_64-pc-linux-gnu",
Expand Down Expand Up @@ -66,6 +71,10 @@
"build_target": "linux64_ubsan",
"depends_name": "x86_64-pc-linux-gnu_debug"
},
{
"build_target": "mac",
"depends_name": "x86_64-apple-darwin"
},
{
"build_target": "win64",
"depends_name": "x86_64-w64-mingw32"
Expand Down

0 comments on commit b83f2d1

Please sign in to comment.