diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index ce9446e..efc0735 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -9,8 +9,8 @@ jobs: php: strategy: matrix: - arch: [x64, x86] - ts: [nts, ts] + arch: [x64] + ts: [ts] runs-on: windows-2019 steps: - name: Checkout @@ -31,4 +31,4 @@ jobs: uses: actions/upload-artifact/merge@v4 with: name: artifacts - delete-merged: true \ No newline at end of file + delete-merged: true