Skip to content

Commit

Permalink
[CI] Disable windows CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Jan 7, 2025
1 parent 3686300 commit 6c26159
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main-vanilla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
# TODO: fix tests on windows and enable again
# os: [ubuntu-latest, macos-13, windows-latest]
os: [ubuntu-latest, macos-13]
haxe: [latest, "2024-11-27_development_2dc801f"]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 6c26159

Please sign in to comment.