Procházet zdrojové kódy

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

cte před 11 měsíci
rodič
revize
2e094b409d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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