Skip to content

Commit

Permalink
ci: remove windows jobs (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat authored May 28, 2024
1 parent 368a7a4 commit f97ca83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 56 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
newArchEnabled: [false, true]
runs-on: ${{ matrix.os }}
steps:
Expand Down
55 changes: 0 additions & 55 deletions .github/workflows/windows-ci.yml

This file was deleted.

0 comments on commit f97ca83

Please sign in to comment.