From 94377ca66d1170339c35e7115da2be392e6919cc Mon Sep 17 00:00:00 2001 From: Andrew D Smith Date: Sat, 6 Apr 2024 19:54:16 -0700 Subject: [PATCH] Trying to find a macos config that works without using apple linker --- .github/workflows/macos-builds.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos-builds.yml b/.github/workflows/macos-builds.yml index c880451..f45e6f3 100644 --- a/.github/workflows/macos-builds.yml +++ b/.github/workflows/macos-builds.yml @@ -9,9 +9,9 @@ on: jobs: build: - runs-on: macos-13 + runs-on: macos-12 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 with: submodules: recursive - name: Update Homebrew