update build and postinstall for mac

This commit is contained in:
Zamitto
2024-05-30 11:47:00 -03:00
parent 8705efc9b6
commit eaa5b46b1f
2 changed files with 25 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-11]
os: [macos-11]
runs-on: ${{ matrix.os }}
@@ -19,6 +19,10 @@ jobs:
with:
node-version: 20.11.1
- name: Install aria2 on Mac
if: matrix.os == 'macos-11'
run: brew install aria2
- name: Install dependencies
run: yarn