Skip to content

Commit

Permalink
Add linux arm support for nodegit (#7)
Browse files Browse the repository at this point in the history
- Add arm64 support for linux
- Bump darwin support to latest (macos-12) runner (gha no longer suports macos-10), this triggered python3 compatibility bug and required upgrading node-gyp
- Remove Node 14/16 support
  • Loading branch information
jgao54 authored Jan 30, 2024
1 parent 33994cf commit df52afb
Show file tree
Hide file tree
Showing 3 changed files with 2,166 additions and 381 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
name: "Linux Tests"
strategy:
matrix:
node: [14, 16, 18]
node: [18]
arch: [x86, arm64]
runs-on: ubuntu-latest
container: ubuntu:20.04
steps:
Expand Down Expand Up @@ -86,8 +87,8 @@ jobs:
name: "macOS Tests"
strategy:
matrix:
node: [14, 16, 18]
runs-on: macOS-10.15
node: [18]
runs-on: macos-12
# This is mostly the same as the Linux steps, waiting for anchor support
# https://github.com/actions/runner/issues/1182
steps:
Expand Down
Loading

0 comments on commit df52afb

Please sign in to comment.