Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Fix CI builds #442

Merged
merged 12 commits into from
Feb 1, 2022
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@ jobs:
CC: "clang"
CXX: "clang++"
npm_config_clang: "1"
# Needed until macos-11.0 hosted runners are available
SDKROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk"

strategy:
matrix:
node-version: [15.x]
os: [ubuntu-16.04, windows-latest, macos-latest]
os: [ubuntu-20.04, windows-latest, macos-latest]
include:
- os: ubuntu-16.04
- os: ubuntu-20.04
friendlyName: Ubuntu
- os: windows-latest
friendlyName: Windows
Expand Down