Skip to content

Commit 85673c9

Browse files
authored
ci: properly exclude job
1 parent dfd746b commit 85673c9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ jobs:
3737
# This fails in pytest with:
3838
# CSC : error CS4023: /platform:anycpu32bitpreferred can only be used with /t:exe, /t:winexe and /t:appcontainerexe [D:\a\pythonnet\pythonnet\src\runtime\Python.Runtime.csproj]
3939
exclude:
40-
- os: { category: windows, platform: x86 }
41-
python: ["3.13"]
40+
- os:
41+
category: windows
42+
platform: x86
43+
python: "3.13"
4244

4345
steps:
4446
- name: Set Environment on macOS

0 commit comments

Comments
 (0)