From 6ec49f9fb1afae7490a3bab3ed8679cf347a98f7 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 27 Sep 2024 09:14:46 +0200 Subject: [PATCH] TEMP: don't build macos qt5 --- .github/workflows/build.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f837bf35..839e67913 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -122,24 +122,6 @@ jobs: name: Windows (Qt6) path: build/release/tigervnc*.exe - build-macos: - runs-on: macos-latest - timeout-minutes: 20 - steps: - - uses: actions/checkout@v4 - - name: Install dependencies - run: | - brew install pixman ffmpeg - brew install gnutls nettle gmp - brew install qt@5 - - name: Configure - run: | - export PATH="/usr/local/opt/qt@5/bin:$PATH" - cmake -DCMAKE_BUILD_TYPE=Debug -S . -B build - - name: Build - working-directory: build - run: make - build-macos-qt6: runs-on: macos-latest timeout-minutes: 20