Skip to content

Commit f70190b

Browse files
authored
Upgrade to macos 13 since 12 is deprecated (#606)
1 parent acf0ba9 commit f70190b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)