Skip to content

Commit

Permalink
testing macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Mar 9, 2025
1 parent c2e7cb3 commit b47f93c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
fail-fast: false
matrix:
# os: [macos-13, macos-15, ubuntu-24.04, ubuntu-24.04-arm, windows-2022]
os: [macos-13, macos-15, ubuntu-24.04]
os: [macos-13, macos-15, ubuntu-24.04, ubuntu-24.04-arm]
# node: [18, 20, 22, 23]
node: [20, 22]
steps:
Expand All @@ -104,8 +104,7 @@ jobs:
# pip install setuptools

- name: Run .NET 4.5 tests
# if: matrix.os != 'macos-13' && runner.os != 'Linux'
# if: matrix.os != 'macos-13'
if: matrix.os != 'macos-13'
shell: bash
run: node tools/test.js CI

Expand Down

0 comments on commit b47f93c

Please sign in to comment.