From 75bf34105761afdd7f13d782a0542a5349690f92 Mon Sep 17 00:00:00 2001 From: cte Date: Fri, 31 Jan 2025 16:43:01 -0800 Subject: [PATCH] Try ubuntu-latest --- .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 8f69a46..c90e45f 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, windows-latest + os: [macos-latest, ubuntu-latest] # ubuntu-latest, windows-latest runs-on: ${{ matrix.os }} steps: - name: Checkout code