Skip to content

Commit 11ed376

Browse files
committed
More Java 8
1 parent 8880570 commit 11ed376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- uses: actions/upload-artifact@v4
6161
name: Upload artifacts
62-
if: ${{ matrix.java-version == 8 }}
62+
if: ${{ matrix.java-version == 11 }}
6363
with:
6464
name: docker-built-shared-objects-${{ matrix.dockcross-only }}
6565
path: |
@@ -149,7 +149,7 @@ jobs:
149149

150150
- uses: actions/upload-artifact@v4
151151
name: Upload Mac OS Artifacts
152-
if: ${{ matrix.os == 'macos-latest' && matrix.java-version == 8 }}
152+
if: ${{ matrix.os == 'macos-latest' && matrix.java-version == 11 }}
153153
with:
154154
name: macos-built-shared-objects
155155
path: src/main/resources/*/*.dylib

0 commit comments

Comments
 (0)