Skip to content

Commit

Permalink
Update macos x86 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
karllessard authored Sep 1, 2024
1 parent d8ba114 commit 0124cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
if: env.DEPLOY_RELEASE == 'true' || env.DEPLOY_SNAPSHOT == 'true'
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 }}
macosx-x86_64:
runs-on: macos-11
runs-on: macos-12
needs: prepare
strategy:
matrix:
Expand Down

0 comments on commit 0124cfe

Please sign in to comment.