Skip to content

Commit

Permalink
ICU-22977 Rollback to windows-2019 temporarily to unblock CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rp9-next committed Nov 21, 2024
1 parent f55c499 commit bb324a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 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

0 comments on commit bb324a8

Please sign in to comment.