Skip to content

Commit

Permalink
Deprecate macos-12 in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
karllessard authored Dec 6, 2024
1 parent 5dd4ce1 commit be7687b
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 @@ -138,7 +138,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-12
runs-on: macos-13
needs: prepare
strategy:
matrix:
Expand Down

0 comments on commit be7687b

Please sign in to comment.