Просмотр исходного кода

Rollback ubuntu disable (#1877)

Fixed upstream just as I was getting #1872 in
Jon Ross-Perkins 3 лет назад
Родитель
Сommit
61fd0a1476
1 измененных файлов с 1 добавлено и 5 удалено
  1. 1 5
      .github/workflows/tests.yaml

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

@@ -29,11 +29,7 @@ jobs:
   test:
     strategy:
       matrix:
-        # 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]
+        os: [ubuntu-latest, macos-latest]
         build_mode: [fastbuild, opt]
     runs-on: ${{ matrix.os }}
     steps: