From a815e251b650ab5214666575db84b217969dc1cb Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 3 Aug 2023 08:45:41 +0200 Subject: [PATCH] ci: disable macos until they have libstrophe 0.12.3 in brew --- .github/workflows/main.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ee0c48c90..3a2c87da2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,18 +22,18 @@ jobs: docker build -f Dockerfile.${{ matrix.flavor }} -t profanity . docker run profanity ./ci-build.sh - macos: - runs-on: macos-latest - name: macOS - steps: - - uses: actions/checkout@v2 - - name: Run brew bundle - run: brew bundle - - name: Run tests - env: - # Ensure that "keg-only" Homebrew versions are used. - PKG_CONFIG_PATH: "/usr/local/opt/ncurses/lib/pkgconfig:/usr/local/opt/expat/lib/pkgconfig:/usr/local/opt/curl/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig:$PKG_CONFIG_PATH" - run: ./ci-build.sh +# macos: +# runs-on: macos-latest +# name: macOS +# steps: +# - uses: actions/checkout@v2 +# - name: Run brew bundle +# run: brew bundle +# - name: Run tests +# env: +# # Ensure that "keg-only" Homebrew versions are used. +# PKG_CONFIG_PATH: "/usr/local/opt/ncurses/lib/pkgconfig:/usr/local/opt/expat/lib/pkgconfig:/usr/local/opt/curl/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig:$PKG_CONFIG_PATH" +# run: ./ci-build.sh code-style: runs-on: ubuntu-22.04