We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8880570 commit 11ed376Copy full SHA for 11ed376
.github/workflows/tests.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- uses: actions/upload-artifact@v4
61
name: Upload artifacts
62
- if: ${{ matrix.java-version == 8 }}
+ if: ${{ matrix.java-version == 11 }}
63
with:
64
name: docker-built-shared-objects-${{ matrix.dockcross-only }}
65
path: |
@@ -149,7 +149,7 @@ jobs:
149
150
151
name: Upload Mac OS Artifacts
152
- if: ${{ matrix.os == 'macos-latest' && matrix.java-version == 8 }}
+ if: ${{ matrix.os == 'macos-latest' && matrix.java-version == 11 }}
153
154
name: macos-built-shared-objects
155
path: src/main/resources/*/*.dylib
0 commit comments