Skip to content

Commit c2e7cb3

Browse files
committed
testing macOS build
1 parent ae1fcb9 commit c2e7cb3

18 files changed

+4
-2
lines changed

.github/actions/setup-env/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ runs:
6262
if: runner.os == 'Linux'
6363
shell: bash
6464
run: |
65-
sudo apt install -qq mono-complete pkg-config
65+
sudo apt -qq install mono-complete pkg-config
6666
6767
- name: Versions
6868
shell: bash

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105

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

9.5 KB
Binary file not shown.
103 KB
Binary file not shown.
9.5 KB
Binary file not shown.
103 KB
Binary file not shown.
9.5 KB
Binary file not shown.
486 KB
Binary file not shown.
119 KB
Binary file not shown.
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
23.9.0
9.5 KB
Binary file not shown.
77.6 KB
Binary file not shown.
9.5 KB
Binary file not shown.
81.9 KB
Binary file not shown.
9.5 KB
Binary file not shown.
474 KB
Binary file not shown.
81.9 KB
Binary file not shown.

lib/native/darwin/x64/23/node.version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
23.9.0

0 commit comments

Comments
 (0)