From 3e40c510c05f3fe7fa6ad201d8770745f8707dc8 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Wed, 3 Apr 2024 18:02:57 -0600 Subject: chore: try to fix mac runner (#23214) https://github.com/actions/runner-images/issues/9626 --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0dfc1654d..43a4b37f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -324,6 +324,13 @@ jobs: CC=clang-16 CFLAGS=-flto=thin --sysroot=/sysroot __0 + - name: Remove macOS cURL --ipv4 flag + run: |- + curl --version + which curl + cat /etc/hosts + rm ~/.curlrc || true + if: '!(matrix.skip) && (matrix.os == ''macos'')' - name: Install macOS aarch64 lld run: ./tools/install_prebuilt.js ld64.lld if: '!(matrix.skip) && (matrix.os == ''macos'' && matrix.arch == ''aarch64'')' -- cgit v1.2.3