소스 검색

Rollback ubuntu disable (#1877)

Fixed upstream just as I was getting #1872 in
Jon Ross-Perkins 3 년 전
부모
커밋
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: