Build on macOS 11, Xcode 12.2

This commit is contained in:
Alex Hultman 2020-10-22 23:07:14 +02:00 committed by GitHub
parent a3232360f3
commit 9d5a75c123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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