Skip to content

Commit

Permalink
[ci] try windows-2022 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Mar 10, 2024
1 parent c4a7c91 commit 8e44f67
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, ubuntu-22.04, macos-12, windows-2019]
os: [ubuntu-20.04, ubuntu-22.04, macos-12, windows-2022]
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
zip -FSr --symlink packages/mmclab-${{ env.RELEASE_TAG }}.zip mmclab
fi
- name: Upload mmclab package
if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-12' || matrix.os == 'windows-2019' }}
if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-12' || matrix.os == 'windows-2022' }}
uses: actions/upload-artifact@v3
with:
name: all-mmc-packages
Expand All @@ -156,7 +156,7 @@ jobs:
zip -FSr --symlink mmc/packages/mmc-${{ env.RELEASE_TAG }}.zip mmc -x 'mmc/packages*'
fi
- name: Upload mmc package
if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-12' || matrix.os == 'windows-2019' }}
if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-12' || matrix.os == 'windows-2022' }}
uses: actions/upload-artifact@v3
with:
name: all-mmc-packages
Expand Down

0 comments on commit 8e44f67

Please sign in to comment.