mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-22193 Use Ubuntu 20.04 for jobs failing in migration to 22.04
This commit is contained in:
parent
0cbf969cf7
commit
57c9313eb7
1 changed files with 3 additions and 3 deletions
6
.github/workflows/icu_ci.yml
vendored
6
.github/workflows/icu_ci.yml
vendored
|
@ -172,7 +172,7 @@ jobs:
|
|||
# (FORCE guards make this tool pass but won't compile to working code.
|
||||
# See the testtagsguards.sh script for details.)
|
||||
clang-release-build-and-test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
@ -261,7 +261,7 @@ jobs:
|
|||
|
||||
# Run ICU4C tests with stubdata.
|
||||
run-with-stubdata:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
@ -402,7 +402,7 @@ jobs:
|
|||
|
||||
# Build Unicode update tools
|
||||
unicode-update-tools:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: bazelbuild/setup-bazelisk@v1
|
||||
|
|
Loading…
Add table
Reference in a new issue