Skip to content

Commit

Permalink
Fix #219 to build on Windows and mac
Browse files Browse the repository at this point in the history
Fix #219 by changing build strategy to actually use the specific OSes rather than ignoring them.
  • Loading branch information
jakebeal authored Oct 12, 2023
1 parent b6ef749 commit 3ebca4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
env:
IDT_CREDENTIALS: ${{ secrets.IDT_CREDENTIALS }}
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
# Default builds are on Ubuntu
Expand Down

0 comments on commit 3ebca4d

Please sign in to comment.