Skip to content

Commit b613f0d

Browse files
committed
CI: Expand build matrix for nightly test job
We missed to detect regressions on macOS => 11 in the past. This patch goes full on with all available runners on Linux and macOS in order to improve that situation.
1 parent fc38073 commit b613f0d

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-latest]
18+
os: ['ubuntu-18.04', 'ubuntu-20.04', 'ubuntu-22.04', 'macos-10.15', 'macos-11', 'macos-12']
1919
python-version: ['3.7', '3.8', '3.9', '3.10']
2020
cratedb-version: ['nightly']
2121
sqla-version: ['1.4.37']

0 commit comments

Comments
 (0)