Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ICU-22977 Rollback to windows-2019 temporarily to unblock CI #3277

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 TODO: Update back to windows-2022 ASAP
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -410,7 +410,7 @@ jobs:

# Windows MSVC distribution release
windows-msvc-dist-release:
runs-on: windows-2022 # Updated in BRS
runs-on: windows-2019 # Updated in BRS TODO: Update back to windows-2022 ASAP
permissions:
contents: write # So that we can upload to release
timeout-minutes: 30
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icu_merge_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ jobs:

# Build ICU and tests sample on some windows configurations
icu4c-windows-msvc-postmerge:
runs-on: windows-2022 # Updated in BRS
runs-on: windows-2019 # Updated in BRS TODO: Update back to windows-2022 ASAP
timeout-minutes: 30
strategy:
matrix:
Expand Down