Skip to content

Commit

Permalink
WIP: Fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
radioactiveman committed Nov 11, 2023
1 parent 8b3b7ad commit 33ce159
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ case "$os" in
if [ "$build_system" = 'meson' ]; then
brew install qt@6 meson
else
brew install qt@5 automake
brew install qt@5 automake python-setuptools
fi
;;

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
build:
strategy:
matrix:
os: ['ubuntu-20.04', 'ubuntu-22.04', 'macos-12', 'windows-2022']
#os: ['ubuntu-20.04', 'ubuntu-22.04', 'macos-12', 'windows-2022']
os: ['macos-12']
build-system: ['autotools', 'meson']
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 33ce159

Please sign in to comment.