Skip to content

Commit

Permalink
Merge pull request #137 from Maxxen/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxxen authored Oct 12, 2023
2 parents f544690 + c41c215 commit 59c6c2c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
# Add commits/tags to build against other DuckDB versions
duckdb_version: [ '<submodule_version>' ]
duckdb_version: [ '<submodule_version>', 'v0.9.1' ]
arch: ['linux_amd64', 'linux_arm64', 'linux_amd64_gcc4']
vcpkg_version: [ '2023.04.15' ]
include:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
# Add commits/tags to build against other DuckDB versions
duckdb_version: [ '<submodule_version>' ]
duckdb_version: [ '<submodule_version>', 'v0.9.1' ]
vcpkg_version: [ '2023.04.15' ]
vcpkg_triplet: [ 'x64-osx', 'arm64-osx' ]
include:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
# Add commits/tags to build against other DuckDB versions
duckdb_version: [ '<submodule_version>' ]
duckdb_version: [ '<submodule_version>', 'v0.9.1' ]
vcpkg_version: [ '2023.04.15' ]
vcpkg_triplet: ['x64-windows']
env:
Expand Down
2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 262 files

0 comments on commit 59c6c2c

Please sign in to comment.