Skip to content

Commit

Permalink
Use big sur/xcode 12.4 to build libnode
Browse files Browse the repository at this point in the history
  • Loading branch information
branchseer committed Jan 8, 2022
1 parent ebc0749 commit ca2d4db
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build_libnode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-10.15, windows-2019, ubuntu-18.04]
os: [macos-11, windows-2019, ubuntu-18.04]
arch: [x86, x64, arm64]
small_icu: [0, 1]
exclude:
- os: macos-10.15
- os: macos-11
arch: x86
- os: ubuntu-18.04
arch: x86
Expand All @@ -42,6 +42,10 @@ jobs:
with:
python-version: '3.x'

- name: Switch to Xcode 12.4
run: sudo xcode-select -s /Applications/Xcode_12.4.app/Contents/Developer
if: runner.os == 'macOS'

- name: Install nasm on Windows
run: choco install -y nasm
if: runner.os == 'Windows'
Expand Down

0 comments on commit ca2d4db

Please sign in to comment.