Skip to content

Commit f54b767

Browse files
committed
fix macos runner (github actions)
1 parent 01896db commit f54b767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/chdb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: ./chdb-go "SELECT 12345"
3333

3434
build_mac:
35-
runs-on: macos-12
35+
runs-on: macos-15
3636
steps:
3737
- uses: actions/checkout@v3
3838
- name: Fetch library

0 commit comments

Comments
 (0)