Skip to content

Commit a756b83

Browse files
committed
Revert "Run tests also in Windows and macOS in GH Actions"
This reverts commit 2320c47.
1 parent 2320c47 commit a756b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
project: [ junit4, junit5, junit5-seljup, testng ]
1414
build-tool: [ mvn, gradle ]
15-
os: [ ubuntu-latest, windows-latest, macos-latest ]
15+
os: [ ubuntu-latest ]
1616
java: [ 11 ]
1717
runs-on: ${{ matrix.os }}
1818
env:

0 commit comments

Comments
 (0)