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 5dd4ce1 commit be7687bCopy full SHA for be7687b
.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
macosx-x86_64:
141
- runs-on: macos-12
+ runs-on: macos-13
142
needs: prepare
143
strategy:
144
matrix:
0 commit comments