Skip to content

Commit 078c2db

Browse files
committed
fix: cicd issues
1 parent 722b163 commit 078c2db

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fail-fast: false
5050
matrix:
5151
os: [windows, ubuntu]
52-
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
52+
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
5353
platform: [x64, x86]
5454
exclude:
5555
- os: ubuntu
@@ -70,8 +70,6 @@ jobs:
7070
platform: x64
7171
instance: macos-13
7272

73-
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
74-
7573
steps:
7674
- name: Set Environment on macOS
7775
uses: maxim-lobanov/setup-xamarin@v1

0 commit comments

Comments
 (0)