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 Dec 28, 2024
1 parent 57e633c commit edac5dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
host: x86_64-pc-linux-gnu
- build_target: win64
host: x86_64-w64-mingw32
- build_target: mac
host: x86_64-apple-darwin

container:
image: ghcr.io/${{ needs.build-image.outputs.repo-name }}/dashcore-ci-runner:${{ needs.build-image.outputs.image-tag }}
Expand Down Expand Up @@ -155,6 +157,9 @@ jobs:
- build_target: win64
host: x86_64-w64-mingw32
depends_on: win64
- build_target: mac
host: x86_64-apple-darwin
depends_on: mac
container:
image: ghcr.io/${{ needs.build-image.outputs.repo-name }}/dashcore-ci-runner:${{ needs.build-image.outputs.image-tag }}
options: --user root
Expand Down

0 comments on commit edac5dd

Please sign in to comment.