From 9d5a75c123b3af365a3f2d1e596d27143e137a13 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Thu, 22 Oct 2020 23:07:14 +0200 Subject: [PATCH] Build on macOS 11, Xcode 12.2 --- .github/workflows/c-cpp.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 8e9c51c..19b9bf5 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -28,10 +28,11 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, ubuntu-latest] + os: [macos-11.0, ubuntu-latest] steps: - name: Update binaries run: | + sudo xcode-select -switch /Applications/Xcode_12.2.app || true sudo apt update || true sudo apt install -y g++-aarch64-linux-gnu || true git clone --recursive https://github.com/uNetworking/uWebSockets.js.git