Skip to content

Commit

Permalink
no macos at the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
soloturn committed Oct 8, 2024
1 parent 310d10e commit 5b8c96a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
# os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-latest]
java: [17, 21, 22]
include: # upload from java-17 only
- java: 17
Expand All @@ -38,7 +39,7 @@ jobs:
- name: Build with Gradle
run: |
git submodule update --init
gradle clean build -PjavacRelease=${{ matrix.java }}
gradle clean jar -PjavacRelease=${{ matrix.java }}
- name: SHA256
if: matrix.upload
Expand Down

0 comments on commit 5b8c96a

Please sign in to comment.