Skip to content

Commit db1ec04

Browse files
committed
CI: Disable "Nightly" testing on macOS
CrateDB does not produce nightly tarballs for macOS.
1 parent fcd6a56 commit db1ec04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: ['ubuntu-20.04', 'ubuntu-22.04', 'macos-11', 'macos-12']
18+
os: ['ubuntu-20.04', 'ubuntu-22.04'] # 'macos-11', 'macos-12'
1919
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11-dev']
2020
cratedb-version: ['nightly']
2121
sqla-version: ['latest']

0 commit comments

Comments
 (0)