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 eeaa3f1 commit 3080dbdCopy full SHA for 3080dbd
.github/workflows/build.yml
@@ -138,7 +138,7 @@ jobs:
138
if: env.DEPLOY_RELEASE == 'true' || env.DEPLOY_SNAPSHOT == 'true'
139
run: mvn -f tensorflow-core/tensorflow-core-native/pom.xml deploy:deploy-file@native-only -B -e -Djavacpp.platform=${{ github.job }} -Djavacpp.platform.extension=${{ matrix.ext }} -Durl=${{ needs.prepare.outputs.repositoryUrl }}
140
windows-x86_64:
141
- runs-on: windows-2019
+ runs-on: windows-2022
142
needs: prepare
143
strategy:
144
matrix:
0 commit comments