We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310fb6c commit 9a81dd4Copy full SHA for 9a81dd4
2 files changed
.github/actions/install-mono/action.yml
.github/workflows/main.yml
@@ -55,20 +55,6 @@ jobs:
55
platform: x86
56
python: "3.10"
57
58
- # Broken ctypes find_library
59
- - os:
60
- category: macos
61
- platform: arm64
62
- python: '3.10'
63
64
65
66
- python: '3.11'
67
68
69
70
- python: '3.12'
71
-
72
# Fails to find pytest
73
- os:
74
category: windows
@@ -97,7 +83,7 @@ jobs:
97
83
- run: dotnet restore
98
84
99
85
- name: Install Mono
100
- uses: ./.github/actions/install-mono
86
+ uses: pythonnet/clr-loader/.github/actions/install-mono@main
101
87
with:
102
88
arch: ${{ matrix.os.platform }}
103
89
0 commit comments