From 2e094b409dd14973c1b3112bd824b221b3e1991a Mon Sep 17 00:00:00 2001 From: cte Date: Fri, 31 Jan 2025 16:47:43 -0800 Subject: [PATCH] Switch to Ubuntu; we can enable the full matrix in the future if we care --- .github/workflows/code-qa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-qa.yml b/.github/workflows/code-qa.yml index c90e45f..f17a648 100644 --- a/.github/workflows/code-qa.yml +++ b/.github/workflows/code-qa.yml @@ -46,7 +46,7 @@ jobs: integration-test: strategy: matrix: - os: [macos-latest, ubuntu-latest] # ubuntu-latest, windows-latest + os: [ubuntu-latest] # macos-latest, windows-latest runs-on: ${{ matrix.os }} steps: - name: Checkout code