Skip to content

Commit

Permalink
FIX: Remove ci for windows for now, setup haxe action doesn't support.
Browse files Browse the repository at this point in the history
  • Loading branch information
vantreeseba committed Aug 14, 2020
1 parent 0a24ae4 commit be3bc78
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 @@ -11,7 +11,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
haxe: [4.0.5, 3.4.7]
fail-fast: true
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit be3bc78

Please sign in to comment.