Remove matrix os array

This commit is contained in:
Jill Regan
2026-03-13 09:54:10 -04:00
parent ebcbcb60ac
commit 7eb7055d29

View File

@@ -137,13 +137,11 @@ jobs:
run: ./tests/assert-env-unset.sh
test-connect:
name: Connect (${{ matrix.os }}, ${{ matrix.version }}, export-env=${{ matrix.export-env }})
runs-on: ${{ matrix.os }}
name: Connect (ubuntu-latest, ${{ matrix.version }}, export-env=${{ matrix.export-env }})
runs-on: ubuntu-latest
strategy:
fail-fast: true
max-parallel: 4
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
version: [latest, 2.30.0]
export-env: [true, false]
steps: