Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit be7687b

Browse files
authoredDec 6, 2024··
Deprecate macos-12 in GitHub Actions
1 parent 5dd4ce1 commit be7687b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
if: env.DEPLOY_RELEASE == 'true' || env.DEPLOY_SNAPSHOT == 'true'
139139
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 }}
140140
macosx-x86_64:
141-
runs-on: macos-12
141+
runs-on: macos-13
142142
needs: prepare
143143
strategy:
144144
matrix:

0 commit comments

Comments
 (0)
Please sign in to comment.