Skip to content

Commit

Permalink
Bump release branch to 2.18 for nightly builds (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak authored Dec 6, 2023
1 parent 18237f3 commit f243b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
libtiledb_version: [release-2.17, dev]
libtiledb_version: [release-2.18, dev]
steps:
- name: Clone TileDB
uses: actions/checkout@v3
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
strategy:
fail-fast: false
matrix:
libtiledb_version: [release-2.17, dev]
libtiledb_version: [release-2.18, dev]
env:
MACOSX_DEPLOYMENT_TARGET: 10.15
steps:
Expand Down

0 comments on commit f243b2a

Please sign in to comment.