From 8c8e83d98f8c8fdca56152b7bda64b88111f82f5 Mon Sep 17 00:00:00 2001 From: Kristoffer Andersen Date: Sat, 1 Oct 2022 10:04:24 +0200 Subject: [PATCH] update ci-daily build use win2019 for upload --- .github/workflows/ci-ifcopenshell-conda-daily.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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