소스 검색

Kill Tim Cook

parazyd 2 년 전
부모
커밋
e8a25b9ec4
1개의 변경된 파일1개의 추가작업 그리고 12개의 파일을 삭제
  1. 1 12
      .github/workflows/ci.yml

+ 1 - 12
.github/workflows/ci.yml

@@ -6,7 +6,6 @@ jobs:
   test-units:
     strategy:
       matrix:
-        #os: [ubuntu-latest, macos-latest]
         os: [ubuntu-latest]
     runs-on: ${{ matrix.os }}
 
@@ -29,11 +28,6 @@ jobs:
           sh contrib/dependency_setup.sh
         if: matrix.os == 'ubuntu-latest'
 
-      - name: Install dependencies (macOS)
-        run: |
-          sh contrib/dependency_setup.sh
-        if: matrix.os == 'macos-latest'
-
       - name: Run test units
         run: |
           make test
@@ -47,7 +41,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        os: [ubuntu-latest, macos-latest]
+        os: [ubuntu-latest]
 
     steps:
       - uses: actions/checkout@v3
@@ -68,11 +62,6 @@ jobs:
           sh contrib/dependency_setup.sh
         if: matrix.os == 'ubuntu-latest'
 
-      - name: Install dependencies (macOS)
-        run: |
-          sh contrib/dependency_setup.sh
-        if: matrix.os == 'macos-latest'
-
       - name: Run feature powerset builds
         run: |
           make check