Skip to content

Commit 33cca38

Browse files
committed
edit: workflow file
1 parent 564ca7a commit 33cca38

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ jobs:
4848
platform:
4949
- runner: ubuntu-22.04
5050
target: x86_64
51-
- runner: ubuntu-22.04
52-
target: x86
51+
# Extra specific case, for old windows versions
52+
# - runner: ubuntu-22.04
53+
# target: x86
5354
- runner: ubuntu-22.04
5455
target: aarch64
5556
- runner: ubuntu-22.04
@@ -81,8 +82,9 @@ jobs:
8182
platform:
8283
- runner: windows-latest
8384
target: x64
84-
- runner: windows-latest
85-
target: x86
85+
# Extra specific case, for old windows versions
86+
# - runner: windows-latest
87+
# target: x86
8688
steps:
8789
- uses: actions/checkout@v4
8890
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)