We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bcfaae commit d674148Copy full SHA for d674148
.github/workflows/nightly.yml
@@ -26,8 +26,7 @@ jobs:
26
platform: macos-arm64
27
- os: windows-latest
28
platform: windows-x86_64
29
- - tag: dev
30
- tag: [release-2.27, dev]
+ tag: [release-2.27, main]
31
runs-on: ${{ matrix.os }}
32
steps:
33
- name: Checkout TileDB
@@ -71,7 +70,7 @@ jobs:
71
70
strategy:
72
fail-fast: false
73
matrix:
74
75
runs-on: ubuntu-latest
76
77
- name: Checkout TileDB-CSharp
@@ -108,7 +107,7 @@ jobs:
108
107
109
110
os: [ubuntu-latest, macos-latest, windows-latest]
111
112
113
114
0 commit comments