Skip to content

Commit 15227f2

Browse files
committed
update
1 parent c39b87b commit 15227f2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build-conda.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ jobs:
1212
matrix:
1313
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1414
os: [ubuntu-latest, windows-latest, macos-12]
15-
platform: [x64, x32]
16-
exclude:
17-
- os: macos-12
18-
platform: x32
15+
platform: x64
1916
steps:
2017
- uses: actions/checkout@v4
2118

0 commit comments

Comments
 (0)