Skip to content

Commit

Permalink
ci: disable windows (#3091)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Aug 29, 2024
1 parent baa75ab commit f07d27f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-published-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ jobs:
test-create-mud-project:
name: Test create-mud project
strategy:
fail-fast: false
matrix:
os: [depot-ubuntu-22.04-16, windows-latest]
os: [depot-ubuntu-22.04-16]
template: [vanilla, react, react-ecs, phaser, threejs]

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

0 comments on commit f07d27f

Please sign in to comment.