Skip to content

Commit 9124363

Browse files
committed
Revert the odbc build platform to macos 10.15
Signed-off-by: chloe-zh <[email protected]>
1 parent 937c955 commit 9124363

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sql-odbc-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
build-mac:
14-
runs-on: macos-latest
14+
runs-on: macos-10.15
1515
defaults:
1616
run:
1717
working-directory: sql-odbc

.github/workflows/sql-odbc-release-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616

1717
jobs:
1818
build-mac:
19-
runs-on: macos-latest
19+
runs-on: macos-10.15
2020
defaults:
2121
run:
2222
working-directory: sql-odbc

0 commit comments

Comments
 (0)