]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Simplify basic macOS check build.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 25 Apr 2024 14:10:47 +0000 (15:10 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Thu, 25 Apr 2024 14:10:47 +0000 (15:10 +0100)
.github/workflows/check_classic_mac_basic.yml

index ee12734d988e75383a95604ecabca1a93d5624a4..aced13bf02a98a8606e417138c0883806f95bd2d 100644 (file)
@@ -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