Skip to content

Commit

Permalink
Add linux arm support for nodegit
Browse files Browse the repository at this point in the history
  • Loading branch information
jgao54 committed Jan 30, 2024
1 parent 33994cf commit e2fd2e4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
name: "Linux Tests"
strategy:
matrix:
node: [14, 16, 18]
node: [16, 18]
arch: [x86, arm64]
runs-on: ubuntu-latest
container: ubuntu:20.04
container: ubuntu:22.04
steps:
- name: Install Dependencies for Ubuntu
# git >= 2.18 required for actions/checkout git support
Expand Down Expand Up @@ -86,8 +87,9 @@ jobs:
name: "macOS Tests"
strategy:
matrix:
node: [14, 16, 18]
runs-on: macOS-10.15
node: [macos-latest, macos-14] # 14 == ARM (beta)
os: [macos-latest, ]
runs-on: ${{ matrix.os }}
# This is mostly the same as the Linux steps, waiting for anchor support
# https://github.com/actions/runner/issues/1182
steps:
Expand Down

0 comments on commit e2fd2e4

Please sign in to comment.