Skip to content

Commit

Permalink
Remove windows github runner build for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivorforce committed Jul 11, 2024
1 parent f321c6d commit 9c4bd39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +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, windows-2019]
os: [macos-12, ubuntu-20.04]

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

Expand Down

0 comments on commit 9c4bd39

Please sign in to comment.