Skip to content

Commit 962a3f6

Browse files
build: disable Windows Maven action again
Signed-off-by: Andreas Reichel <andreas@manticore-projects.com> Signed-off-by: manticore-projects <andreas@manticore-projects.com>
1 parent 4aa6993 commit 962a3f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
runs-on: ${{ matrix.os }}
4040
strategy:
4141
matrix:
42-
os: [ ubuntu-latest, windows-latest, macos-latest ]
42+
# os: [ ubuntu-latest, windows-latest, macos-latest ]
43+
os: [ ubuntu-latest, macos-latest ]
4344
steps:
4445
- uses: actions/checkout@main
4546
with:

0 commit comments

Comments
 (0)