diff --git a/.github/actions/setup-env/action.yml b/.github/actions/setup-env/action.yml index c30e79fd..6e8c5cc5 100644 --- a/.github/actions/setup-env/action.yml +++ b/.github/actions/setup-env/action.yml @@ -62,7 +62,7 @@ runs: if: runner.os == 'Linux' shell: bash run: | - sudo apt install -qq mono-complete pkg-config + sudo apt -qq install mono-complete pkg-config - name: Versions shell: bash diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index af7bec41..d51777d4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -105,7 +105,7 @@ jobs: - 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 diff --git a/lib/native/darwin/arm64/16/MonoEmbedding.exe b/lib/native/darwin/arm64/16/MonoEmbedding.exe new file mode 100644 index 00000000..4adf1f61 Binary files /dev/null and b/lib/native/darwin/arm64/16/MonoEmbedding.exe differ diff --git a/lib/native/darwin/arm64/16/edge_nativeclr.node b/lib/native/darwin/arm64/16/edge_nativeclr.node new file mode 100644 index 00000000..bedd18b2 Binary files /dev/null and b/lib/native/darwin/arm64/16/edge_nativeclr.node differ diff --git a/lib/native/darwin/arm64/18/MonoEmbedding.exe b/lib/native/darwin/arm64/18/MonoEmbedding.exe new file mode 100644 index 00000000..4adf1f61 Binary files /dev/null and b/lib/native/darwin/arm64/18/MonoEmbedding.exe differ diff --git a/lib/native/darwin/arm64/18/edge_nativeclr.node b/lib/native/darwin/arm64/18/edge_nativeclr.node new file mode 100644 index 00000000..a6cba5cf Binary files /dev/null and b/lib/native/darwin/arm64/18/edge_nativeclr.node differ diff --git a/lib/native/darwin/arm64/23/MonoEmbedding.exe b/lib/native/darwin/arm64/23/MonoEmbedding.exe new file mode 100644 index 00000000..4adf1f61 Binary files /dev/null and b/lib/native/darwin/arm64/23/MonoEmbedding.exe differ diff --git a/lib/native/darwin/arm64/23/edge_coreclr.node b/lib/native/darwin/arm64/23/edge_coreclr.node new file mode 100644 index 00000000..f9823159 Binary files /dev/null and b/lib/native/darwin/arm64/23/edge_coreclr.node differ diff --git a/lib/native/darwin/arm64/23/edge_nativeclr.node b/lib/native/darwin/arm64/23/edge_nativeclr.node new file mode 100644 index 00000000..f4305415 Binary files /dev/null and b/lib/native/darwin/arm64/23/edge_nativeclr.node differ diff --git a/lib/native/darwin/arm64/23/node.version b/lib/native/darwin/arm64/23/node.version new file mode 100644 index 00000000..138eca47 --- /dev/null +++ b/lib/native/darwin/arm64/23/node.version @@ -0,0 +1 @@ +23.9.0 \ No newline at end of file diff --git a/lib/native/darwin/x64/16/MonoEmbedding.exe b/lib/native/darwin/x64/16/MonoEmbedding.exe new file mode 100644 index 00000000..4adf1f61 Binary files /dev/null and b/lib/native/darwin/x64/16/MonoEmbedding.exe differ diff --git a/lib/native/darwin/x64/16/edge_nativeclr.node b/lib/native/darwin/x64/16/edge_nativeclr.node new file mode 100644 index 00000000..628e9685 Binary files /dev/null and b/lib/native/darwin/x64/16/edge_nativeclr.node differ diff --git a/lib/native/darwin/x64/18/MonoEmbedding.exe b/lib/native/darwin/x64/18/MonoEmbedding.exe new file mode 100644 index 00000000..4adf1f61 Binary files /dev/null and b/lib/native/darwin/x64/18/MonoEmbedding.exe differ diff --git a/lib/native/darwin/x64/18/edge_nativeclr.node b/lib/native/darwin/x64/18/edge_nativeclr.node new file mode 100644 index 00000000..7bedf445 Binary files /dev/null and b/lib/native/darwin/x64/18/edge_nativeclr.node differ diff --git a/lib/native/darwin/x64/23/MonoEmbedding.exe b/lib/native/darwin/x64/23/MonoEmbedding.exe new file mode 100644 index 00000000..4adf1f61 Binary files /dev/null and b/lib/native/darwin/x64/23/MonoEmbedding.exe differ diff --git a/lib/native/darwin/x64/23/edge_coreclr.node b/lib/native/darwin/x64/23/edge_coreclr.node new file mode 100644 index 00000000..c7f3ef25 Binary files /dev/null and b/lib/native/darwin/x64/23/edge_coreclr.node differ diff --git a/lib/native/darwin/x64/23/edge_nativeclr.node b/lib/native/darwin/x64/23/edge_nativeclr.node new file mode 100644 index 00000000..ae154c0b Binary files /dev/null and b/lib/native/darwin/x64/23/edge_nativeclr.node differ diff --git a/lib/native/darwin/x64/23/node.version b/lib/native/darwin/x64/23/node.version new file mode 100644 index 00000000..138eca47 --- /dev/null +++ b/lib/native/darwin/x64/23/node.version @@ -0,0 +1 @@ +23.9.0 \ No newline at end of file