Skip to content

Commit

Permalink
Switch to DuckDB version 1.0.0 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-coram committed Jun 4, 2024
1 parent 5e21c57 commit 1b08171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
lisp: [sbcl-bin, ccl-bin/1.12.2, ecl/23.9.9]
os: [ubuntu-latest]
duckdb: [0.10.1, 0.10.2, 0.10.3, nightly]
duckdb: [1.0.0, nightly]
env:
LISP: ${{ matrix.lisp }}
DUCKDB_VERSION: ${{ matrix.duckdb }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
lisp: [sbcl-bin, ccl-bin/1.12.2, ecl/23.9.9]
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
duckdb: [0.10.1, 0.10.2, 0.10.3]
duckdb: [1.0.0]
cffi: [default, static]
exclude:
- lisp: sbcl-bin
Expand Down

0 comments on commit 1b08171

Please sign in to comment.