Skip to content

Commit b47f93c

Browse files
committed
testing macOS build
1 parent c2e7cb3 commit b47f93c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
fail-fast: false
8585
matrix:
8686
# os: [macos-13, macos-15, ubuntu-24.04, ubuntu-24.04-arm, windows-2022]
87-
os: [macos-13, macos-15, ubuntu-24.04]
87+
os: [macos-13, macos-15, ubuntu-24.04, ubuntu-24.04-arm]
8888
# node: [18, 20, 22, 23]
8989
node: [20, 22]
9090
steps:
@@ -104,8 +104,7 @@ jobs:
104104
# pip install setuptools
105105

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

0 commit comments

Comments
 (0)