Skip to content

Commit 3eaacb6

Browse files
committed
no macos at the moment
1 parent 310d10e commit 3eaacb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [ubuntu-latest, windows-latest, macOS-latest]
17+
# os: [ubuntu-latest, windows-latest, macOS-latest]
18+
os: [ubuntu-latest, windows-latest]
1819
java: [17, 21, 22]
1920
include: # upload from java-17 only
2021
- java: 17

0 commit comments

Comments
 (0)