Skip to content

Commit

Permalink
Version change github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Jan 18, 2024
1 parent e5bff3b commit e428913
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
# Add commits/tags to build against other DuckDB versions
duckdb_version: [ 'v0.8.1' ]
duckdb_version: [ 'lattest' ]
arch: ['linux_amd64', 'linux_arm64', 'linux_amd64_gcc4']
include:
- arch: 'linux_amd64'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
# Add commits/tags to build against other DuckDB versions
duckdb_version: [ 'v0.8.1' ]
duckdb_version: [ 'latest' ]

env:
OSX_BUILD_UNIVERSAL: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
# Add commits/tags to build against other DuckDB versions
duckdb_version: [ 'v0.8.1' ]
duckdb_version: [ 'latest' ]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e428913

Please sign in to comment.