Преглед изворни кода

Temp disable ubuntu testing (#1872)

See #1865, it's broken and I don't see a quick fix.
Jon Ross-Perkins пре 3 година
родитељ
комит
2ed6b6fe8f
1 измењених фајлова са 5 додато и 1 уклоњено
  1. 5 1
      .github/workflows/tests.yaml

+ 5 - 1
.github/workflows/tests.yaml

@@ -29,7 +29,11 @@ jobs:
   test:
   test:
     strategy:
     strategy:
       matrix:
       matrix:
-        os: [ubuntu-latest, macos-latest]
+        # TODO: Figure out how to get llvm on linux again.
+        # We could build from cask instead of using the bottle, but that's
+        # likely a significant slowdown for tests.
+        # os: [ubuntu-latest, macos-latest]
+        os: [macos-latest]
         build_mode: [fastbuild, opt]
         build_mode: [fastbuild, opt]
     runs-on: ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     steps:
     steps: