Skip to content

Commit 223ee99

Browse files
committed
Update latest release branch nightly build target to 2.16
1 parent 486eb2e commit 223ee99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/setup-python@v4
3030
with:
3131
python-version: ${{ matrix.python-version }}
32-
32+
3333
- run: rm -rf $RUNNER_TOOL_CACHE/Python/3.7.17
3434
if: matrix.os == 'macos-11' && matrix.python-version == '3.7'
3535
- uses: actions/setup-python@v4

.github/workflows/daily-test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
matrix:
3434
os: [ubuntu-latest, macos-11, windows-latest]
35-
libtiledb_version: ["dev", "release-2.14", "release-2.15"]
35+
libtiledb_version: ["dev", "release-2.16"]
3636
uninstall_pandas: [true, false]
3737
fail-fast: false
3838

0 commit comments

Comments
 (0)