Skip to content

Commit be7687b

Browse files
authored
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

Diff for: .github/workflows/build.yml

+1-1
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)