ICU-22193 Use Ubuntu 20.04 for jobs failing in migration to 22.04

This commit is contained in:
Elango Cheran 2022-12-13 16:59:24 -08:00
parent 0cbf969cf7
commit 57c9313eb7

View file

@ -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