Skip to content

Commit 239ada3

Browse files
authored
feat: fix python sdk mac workflow and upgrade macos (#2171)
1 parent dc26c3f commit 239ada3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ jobs:
294294
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
295295

296296
python-sdk-mac:
297-
runs-on: macos-latest
297+
runs-on: macos-12
298298
if: github.event_name == 'push'
299299
env:
300300
SQL_PYSDK_ENABLE: ON

0 commit comments

Comments
 (0)