Build on macOS 11, Xcode 12.2
This commit is contained in:
parent
a3232360f3
commit
9d5a75c123
3
.github/workflows/c-cpp.yml
vendored
3
.github/workflows/c-cpp.yml
vendored
@ -28,10 +28,11 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest, ubuntu-latest]
|
os: [macos-11.0, ubuntu-latest]
|
||||||
steps:
|
steps:
|
||||||
- name: Update binaries
|
- name: Update binaries
|
||||||
run: |
|
run: |
|
||||||
|
sudo xcode-select -switch /Applications/Xcode_12.2.app || true
|
||||||
sudo apt update || true
|
sudo apt update || true
|
||||||
sudo apt install -y g++-aarch64-linux-gnu || true
|
sudo apt install -y g++-aarch64-linux-gnu || true
|
||||||
git clone --recursive https://github.com/uNetworking/uWebSockets.js.git
|
git clone --recursive https://github.com/uNetworking/uWebSockets.js.git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user