From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:10:47 +0000 (+0100) Subject: Simplify basic macOS check build. X-Git-Tag: 4.3.4-dev~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d45863b53047beb02bcfbbf97a37fdf89e5cbb1e;p=thirdparty%2Fshairport-sync.git Simplify basic macOS check build. --- diff --git a/.github/workflows/check_classic_mac_basic.yml b/.github/workflows/check_classic_mac_basic.yml index ee12734d..aced13bf 100644 --- a/.github/workflows/check_classic_mac_basic.yml +++ b/.github/workflows/check_classic_mac_basic.yml @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: macos-13 + runs-on: macos-latest steps: - uses: actions/checkout@v4 @@ -24,10 +24,6 @@ jobs: - name: Configure run: | - export CPPFLAGS="-I/usr/local/opt/openssl@3/include" - export LDFLAGS="-L/usr/local/opt/openssl@3/lib" - export PATH="/usr/local/opt/openssl/bin:${PATH}" - export PKG_CONFIG_PATH="/usr/local/opt/openssl@3/lib/pkgconfig" autoreconf -fi ./configure --with-os=darwin --with-ao --with-stdout --with-dns_sd --with-ssl=openssl