Skip to content

Commit c08ce79

Browse files
authored
Merge pull request #29 from wudidapaopao/yuxiaozhe-dev
Use macos-13
2 parents f381bfa + 90a1d3a commit c08ce79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-15
35+
runs-on: macos-13
3636
steps:
3737
- uses: actions/checkout@v3
3838
- name: Fetch library

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
GITHUB_TOKEN: ${{ secrets.ACTION }}
3636

3737
build_mac:
38-
runs-on: macos-15
38+
runs-on: macos-13
3939
steps:
4040
- uses: actions/checkout@v3
4141
- name: Fetch library

0 commit comments

Comments
 (0)