Skip to content

Commit 77e44a5

Browse files
committed
fix: cicd
1 parent 7ec2ef1 commit 77e44a5

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/ci_cd.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,8 @@ jobs:
4848
strategy:
4949
fail-fast: false
5050
matrix:
51-
os: [windows, ubuntu]
52-
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
53-
platform: [x64, x86]
54-
exclude:
55-
- os: ubuntu
56-
platform: x86
57-
- os: macos
51+
os:
52+
- category: windows
5853
platform: x86
5954
instance: windows-latest
6055

@@ -70,6 +65,8 @@ jobs:
7065
platform: x64
7166
instance: macos-13
7267

68+
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
69+
7370
steps:
7471
- name: Set Environment on macOS
7572
uses: maxim-lobanov/setup-xamarin@v1

0 commit comments

Comments
 (0)