Skip to content

Commit

Permalink
Build for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Jul 7, 2024
1 parent 9122d81 commit 4df52d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, ubuntu-22.04-arm64]
#os: [ubuntu-latest, windows-latest, ubuntu-22.04-arm64]
os: [macos-latest]
python-version: [3.9]

if: startsWith(github.event.head_commit.message, 'Release') || github.event_name == 'workflow_dispatch'
Expand Down

0 comments on commit 4df52d4

Please sign in to comment.