Switch to Ubuntu; we can enable the full matrix in the future if we care

This commit is contained in:
cte
2025-01-31 16:47:43 -08:00
parent 75bf341057
commit 2e094b409d

View File

@@ -46,7 +46,7 @@ jobs:
integration-test: integration-test:
strategy: strategy:
matrix: matrix:
os: [macos-latest, ubuntu-latest] # ubuntu-latest, windows-latest os: [ubuntu-latest] # macos-latest, windows-latest
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Checkout code - name: Checkout code