We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564ca7a commit 33cca38Copy full SHA for 33cca38
1 file changed
.github/workflows/release.yml
@@ -48,8 +48,9 @@ jobs:
48
platform:
49
- runner: ubuntu-22.04
50
target: x86_64
51
- - runner: ubuntu-22.04
52
- target: x86
+ # Extra specific case, for old windows versions
+ # - runner: ubuntu-22.04
53
+ # target: x86
54
55
target: aarch64
56
@@ -81,8 +82,9 @@ jobs:
81
82
83
- runner: windows-latest
84
target: x64
- - runner: windows-latest
85
86
+ # - runner: windows-latest
87
88
steps:
89
- uses: actions/checkout@v4
90
- uses: actions/setup-python@v5
0 commit comments