We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf0ba9 commit f70190bCopy full SHA for f70190b
.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