File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1818 mac-backend : jdk
1919 - image : macos-latest
2020 mac-backend : fsevents
21+ - image : macos-13
22+ mac-backend : fsevents
2123 - image : windows-latest
22- jdk : [11, 17, 21]
24+ jdk : [11, 21]
2325
2426 fail-fast : false
2527 runs-on : ${{ matrix.os.image }}
3234 java-version : ${{ matrix.jdk }}
3335 distribution : ' temurin'
3436 cache : ' maven'
35- # - uses: actions-rust-lang/setup-rust-toolchain@v1
3637 - run : ./update-rust-jni-libs.sh -r
37- if : ${{ matrix.os.image == 'macos-latest' }}
38+ if : startsWith( matrix.os.image, 'macos-')
3839
3940 - name : test
4041 run : mvn -B clean test "-Dwatch.mac.backend=${{ matrix.os.mac-backend }}"
Original file line number Diff line number Diff line change 44 types : [created]
55jobs :
66 publish :
7- runs-on : ubuntu -latest
7+ runs-on : macos -latest # for now build on macos for the jni
88 steps :
99 - uses : actions/checkout@v4
10+
11+ # build jni libs on osx
12+ - run : ./update-rust-jni-libs.sh -r
13+
1014 - uses : actions/setup-java@v4
1115 with :
1216 java-version : ' 11'
2226 env :
2327 MAVEN_USERNAME : ${{ secrets.MAVEN_CENTRAL_USER }}
2428 MAVEN_CENTRAL_TOKEN : ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
25- GPG_PASSPHRASE : ${{ secrets.GPG_SIGNING_KEY_PASSPHRASE }}
29+ GPG_PASSPHRASE : ${{ secrets.GPG_SIGNING_KEY_PASSPHRASE }}
You can’t perform that action at this time.
0 commit comments