Skip to content

Commit

Permalink
TEMP: don't build macos qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
CendioOssman committed Sep 27, 2024
1 parent 87cea41 commit 6ec49f9
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ec49f9

Please sign in to comment.