Skip to content

Commit

Permalink
[ci] choco install is failing on Windows, see actions/runner-images#9477
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Mar 10, 2024
1 parent 7b6e0e0 commit 2750d70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Build All
strategy:
matrix:
os: [ubuntu-20.04, macos-11, windows-2019]
os: [ubuntu-20.04, macos-11, windows-2022]
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
zip -FSr --symlink packages/mcxlab-${{ env.RELEASE_TAG }}.zip mcxlab
fi
- name: Upload mcxlab package
if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-11' || matrix.os == 'windows-2019' }}
if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-11' || matrix.os == 'windows-2022' }}
uses: actions/upload-artifact@v3
with:
name: all-mcx-packages
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
zip -FSr --symlink mcx/packages/mcx-${{ env.RELEASE_TAG }}.zip mcx -x 'mcx/packages*'
fi
- name: Upload mcx package
if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-11' || matrix.os == 'windows-2019' }}
if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-11' || matrix.os == 'windows-2022' }}
uses: actions/upload-artifact@v3
with:
name: all-mcx-packages
Expand Down

0 comments on commit 2750d70

Please sign in to comment.