Skip to content

Commit eea3e22

Browse files
committed
Temporarily verify x86 build on Windows
1 parent 25e6cde commit eea3e22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
uses: ./.github/actions/verify-generated-files
227227
WINDOWS:
228228
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
229-
name: WINDOWS_X64_ZTS
229+
name: WINDOWS_X86_ZTS
230230
runs-on: windows-2022
231231
timeout-minutes: 50
232232
env:
@@ -235,7 +235,7 @@ jobs:
235235
PHP_BUILD_CACHE_SDK_DIR: C:\build-cache\sdk
236236
PHP_BUILD_SDK_BRANCH: php-sdk-2.3.0
237237
PHP_BUILD_CRT: vs17
238-
PLATFORM: x64
238+
PLATFORM: x86
239239
THREAD_SAFE: "1"
240240
INTRINSICS: AVX2
241241
PARALLEL: -j2

0 commit comments

Comments
 (0)