Skip to content

Commit

Permalink
Downgrade to win-2019
Browse files Browse the repository at this point in the history
  • Loading branch information
rp9-next committed Nov 21, 2024
1 parent df8ecac commit 51449b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/icu4c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ jobs:
# Windows MSVC builds
windows-msvc:
runs-on: windows-2022 # Updated in BRS
runs-on: windows-2019 # Updated in BRS
strategy:
fail-fast: false
matrix:
Expand All @@ -386,7 +386,7 @@ jobs:
run: msbuild icu4c/source/allinone/allinone.sln /p:Configuration=Release /p:Platform=x64
- name: Build Solution
run: |
msbuild icu4c/source/allinone/allinone.sln ${{ matrix.build_flags }} /p:EnableSdkContainerSupport=false
msbuild icu4c/source/allinone/allinone.sln ${{ matrix.build_flags }}
- name: Run ${{ matrix.test_flags }} Tests (icucheck.bat)
if: contains(matrix.test_flags, 'arm Release') == false
run: |
Expand Down

0 comments on commit 51449b0

Please sign in to comment.