Skip to content

Commit

Permalink
Include windows in actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwhitehead committed Apr 22, 2024
1 parent 29f5fb4 commit 28018e6
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 @@ -6,7 +6,7 @@ jobs:
fail-fast: false
max-parallel: 4
matrix: # macos-13 in Intel, macos-14 is Apple Silicon ARM
os: [macos-13, macos-14, ubuntu-latest] # , windows-latest] # TODO: Fix Windows and readd it
os: [macos-13, macos-14, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 28018e6

Please sign in to comment.