Browse Source

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

cte 1 year ago
parent
commit
2e094b409d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/code-qa.yml

+ 1 - 1
.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