Skip to content

Commit 5b8c96a

Browse files
committed
no macos at the moment
1 parent 310d10e commit 5b8c96a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 2 deletions
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
@@ -38,7 +39,7 @@ jobs:
3839
- name: Build with Gradle
3940
run: |
4041
git submodule update --init
41-
gradle clean build -PjavacRelease=${{ matrix.java }}
42+
gradle clean jar -PjavacRelease=${{ matrix.java }}
4243
4344
- name: SHA256
4445
if: matrix.upload

0 commit comments

Comments
 (0)