Skip to content

Commit

Permalink
build only on linux for now
Browse files Browse the repository at this point in the history
  • Loading branch information
smocherla-brex committed Apr 5, 2023
1 parent e763694 commit 3f470d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
build_and_upload:
strategy:
matrix:
platform: [ubuntu-20.04, macos-10.15]
platform: [ubuntu-20.04]
wx: [headless, graphical]
src: [src, no-src]
runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit 3f470d2

Please sign in to comment.