Skip to content

Commit

Permalink
fix duckdb version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacbrodsky committed Apr 25, 2024
1 parent 1896c8b commit 7d4c452
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ concurrency:
jobs:
duckdb-stable-build:
name: Build extension binaries
uses: duckdb/duckdb/.github/workflows/_extension_distribution.yml@v0.10.1
uses: duckdb/duckdb/.github/workflows/_extension_distribution.yml@v0.10.2
with:
vcpkg_commit: a42af01b72c28a8e1d7b48107b33e4f286a55ef6
duckdb_version: v0.10.1
duckdb_version: v0.10.2
extension_name: h3ext
exclude_archs: "windows_amd64_rtools"

Expand All @@ -27,7 +27,7 @@ jobs:
uses: ./.github/workflows/_extension_deploy.yml
secrets: inherit
with:
duckdb_version: v0.10.1
duckdb_version: v0.10.2
extension_name: h3ext
exclude_archs: "windows_amd64_rtools"
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 7d4c452

Please sign in to comment.