Skip to content

Commit 9a81dd4

Browse files
committed
Drop local install-mono copy
1 parent 310fb6c commit 9a81dd4

2 files changed

Lines changed: 1 addition & 93 deletions

File tree

.github/actions/install-mono/action.yml

Lines changed: 0 additions & 78 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,6 @@ jobs:
5555
platform: x86
5656
python: "3.10"
5757

58-
# Broken ctypes find_library
59-
- os:
60-
category: macos
61-
platform: arm64
62-
python: '3.10'
63-
- os:
64-
category: macos
65-
platform: arm64
66-
python: '3.11'
67-
- os:
68-
category: macos
69-
platform: arm64
70-
python: '3.12'
71-
7258
# Fails to find pytest
7359
- os:
7460
category: windows
@@ -97,7 +83,7 @@ jobs:
9783
- run: dotnet restore
9884

9985
- name: Install Mono
100-
uses: ./.github/actions/install-mono
86+
uses: pythonnet/clr-loader/.github/actions/install-mono@main
10187
with:
10288
arch: ${{ matrix.os.platform }}
10389

0 commit comments

Comments
 (0)