From c84049e7cf49f05b76aa35c48a1f71194e1c70c4 Mon Sep 17 00:00:00 2001 From: falkTX Date: Wed, 27 Jul 2022 05:42:55 +0100 Subject: [PATCH] Use macos-11 for CI Signed-off-by: falkTX --- .github/workflows/build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 957378e..c175680 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -217,15 +217,11 @@ jobs: ${{ github.event.repository.name }}-${{ github.ref_name }}-linux-x86_64.tar.xz macos-universal: - runs-on: macos-10.15 + runs-on: macos-11 steps: - uses: actions/checkout@v2 with: submodules: recursive - - name: Fix up Xcode - run: | - sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/* - sudo xcode-select -s "/Applications/Xcode_12.3.app" - name: Build macOS universal env: CFLAGS: -arch x86_64 -arch arm64 -DMAC_OS_X_VERSION_MAX_ALLOWED=MAC_OS_X_VERSION_10_12 -mmacosx-version-min=10.12 -mtune=generic -msse -msse2