Skip to content

Commit e3072eb

Browse files
committed
revert support x86 release
1 parent 1e86ab6 commit e3072eb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
triple: i686-linux-gnu
2424
- arch: x64
2525
triple: x86_64-linux-gnu
26+
exclude:
27+
- arch: x86
28+
mode: release
29+
- arch: x86
30+
mode: profile
2631

2732
steps:
2833
- uses: actions/checkout@v4
@@ -144,7 +149,7 @@ jobs:
144149
if-no-files-found: error
145150

146151
windows-build:
147-
runs-on: windows-latest
152+
runs-on: windows-2022
148153

149154
strategy:
150155
matrix:

0 commit comments

Comments
 (0)