Skip to content

Commit 0124cfe

Browse files
authored
Update macos x86 runner
1 parent d8ba114 commit 0124cfe

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
@@ -132,7 +132,7 @@ jobs:
132132
if: env.DEPLOY_RELEASE == 'true' || env.DEPLOY_SNAPSHOT == 'true'
133133
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 }}
134134
macosx-x86_64:
135-
runs-on: macos-11
135+
runs-on: macos-12
136136
needs: prepare
137137
strategy:
138138
matrix:

0 commit comments

Comments
 (0)