We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e6cde commit eea3e22Copy full SHA for eea3e22
.github/workflows/push.yml
@@ -226,7 +226,7 @@ jobs:
226
uses: ./.github/actions/verify-generated-files
227
WINDOWS:
228
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
229
- name: WINDOWS_X64_ZTS
+ name: WINDOWS_X86_ZTS
230
runs-on: windows-2022
231
timeout-minutes: 50
232
env:
@@ -235,7 +235,7 @@ jobs:
235
PHP_BUILD_CACHE_SDK_DIR: C:\build-cache\sdk
236
PHP_BUILD_SDK_BRANCH: php-sdk-2.3.0
237
PHP_BUILD_CRT: vs17
238
- PLATFORM: x64
+ PLATFORM: x86
239
THREAD_SAFE: "1"
240
INTRINSICS: AVX2
241
PARALLEL: -j2
0 commit comments