diff --git a/.github/workflows/ci-ifcopenshell-conda-daily.yml b/.github/workflows/ci-ifcopenshell-conda-daily.yml index 8e569b0444..b8796c09c1 100644 --- a/.github/workflows/ci-ifcopenshell-conda-daily.yml +++ b/.github/workflows/ci-ifcopenshell-conda-daily.yml @@ -30,8 +30,8 @@ jobs: { name: py310, distver: '3.10'} ] platform: [ - { name: Windows, distver: windows-2022, upload: 'true' }, - { name: Windows, distver: windows-2019, upload: 'false' }, + { name: Windows, distver: windows-2022, upload: 'false' }, + { name: Windows, distver: windows-2019, upload: 'true' }, { name: Linux, distver: ubuntu-20.04, upload: 'false' }, { name: Linux, distver: ubuntu-18.04, upload: 'true' }, { name: macOS, distver: macos-11, upload: 'true' }, @@ -61,4 +61,4 @@ jobs: - name: build & test ifcopenshell if: ${{ matrix.platform.upload == 'false' }} run: | - conda-build . --python ${{ matrix.pyver.distver }} -c conda-forge --no-remove-work-dir \ No newline at end of file + conda-build . --python ${{ matrix.pyver.distver }} -c conda-forge --no-remove-work-dir