Skip to content

Commit

Permalink
Build for v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Jun 4, 2024
1 parent 460be19 commit 84f1791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ExtensionTemplate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
# Add commits/tags to build against other DuckDB versions
duckdb_version: [ '<submodule_version>' ]
duckdb_version: [ 'v0.10.3' ]
env:
VCPKG_TOOLCHAIN_PATH: ${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake
VCPKG_TARGET_TRIPLET: 'x64-linux'
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
strategy:
matrix:
# Add commits/tags to build against other DuckDB versions
duckdb_version: [ '<submodule_version>']
duckdb_version: [ 'v0.10.3']
env:
VCPKG_TOOLCHAIN_PATH: ${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake
VCPKG_TARGET_TRIPLET: 'x64-osx'
Expand Down

0 comments on commit 84f1791

Please sign in to comment.