Skip to content

Commit

Permalink
ci: update build job to also run on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
bydlw98 committed Mar 2, 2024
1 parent 947a8de commit 767f979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
job:
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest }
- { target: x86_64-pc-windows-msvc , os: windows-2022 }
- { target: x86_64-apple-darwin , os: macos-12 }

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 767f979

Please sign in to comment.