Skip to content

Commit

Permalink
Add windows to matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivorforce committed Jul 12, 2024
1 parent d4933d4 commit aa04854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuitka-dylib-scan-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
matrix:
# Do not use the latest versions in order to be backward compatible.
# In particular, macos 14+ will build for arm only.
# os: [macos-12, ubuntu-20.04, windows-2019]
os: [macos-12, ubuntu-20.04]
os: [macos-12, ubuntu-20.04, windows-2019]
# os: [macos-12, ubuntu-20.04]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit aa04854

Please sign in to comment.