We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f381bfa commit 90a1d3aCopy full SHA for 90a1d3a
.github/workflows/chdb.yml
@@ -32,7 +32,7 @@ jobs:
32
run: ./chdb-go "SELECT 12345"
33
34
build_mac:
35
- runs-on: macos-15
+ runs-on: macos-13
36
steps:
37
- uses: actions/checkout@v3
38
- name: Fetch library
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.ACTION }}
39
40
41
0 commit comments