Skip to content

Commit

Permalink
Build for macOS (Intel)
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Jul 7, 2024
1 parent f5e8ce7 commit 08a6421
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, macos-latest]
#os: [ubuntu-latest, windows-latest, ubuntu-22.04-arm64, macos-latest]
os: [macos-13]
python-version: [3.9]

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

0 comments on commit 08a6421

Please sign in to comment.