From cb74467acbf9a52b85acef78ad296b58467c001c Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Wed, 24 Apr 2024 16:31:44 +0200 Subject: [PATCH] - Fix ci workflow for macos for moved install locations. --- .github/workflows/analysis_ports.yml | 4 ++-- doc/Changelog | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/analysis_ports.yml b/.github/workflows/analysis_ports.yml index c9062d608..0dd2514e7 100644 --- a/.github/workflows/analysis_ports.yml +++ b/.github/workflows/analysis_ports.yml @@ -32,12 +32,12 @@ jobs: - name: OS X os: macos-latest install_expat: "yes" - config: "--enable-debug --disable-flto --with-ssl=/usr/local/opt/openssl --with-libexpat=/usr/local/opt/expat" + config: "--enable-debug --disable-flto --with-ssl=/opt/homebrew/opt/openssl --with-libexpat=/opt/homebrew/opt/expat" make_test: "yes" - name: Clang on OS X os: macos-latest install_expat: "yes" - config: "CC=clang --enable-debug --disable-flto --with-ssl=/usr/local/opt/openssl --with-libexpat=/usr/local/opt/expat --disable-static" + config: "CC=clang --enable-debug --disable-flto --with-ssl=/opt/homebrew/opt/openssl --with-libexpat=/opt/homebrew/opt/expat --disable-static" make_test: "yes" clang_analysis: "yes" - name: ubsan (gcc undefined behaviour sanitizer) diff --git a/doc/Changelog b/doc/Changelog index 424640d54..037700b9d 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +24 April 2024: Wouter + - Fix ci workflow for macos for moved install locations. + 23 April 2024: Yorgos - Merge #1053: Remove child delegations from cache when grandchild delegations are returned from parent. -- 2.47.3