From: Elango Cheran Date: Wed, 14 Dec 2022 00:59:24 +0000 (-0800) Subject: ICU-22193 Use Ubuntu 20.04 for jobs failing in migration to 22.04 X-Git-Tag: cldr/2023-02-02~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57c9313eb7da760f27922fec7ce40f515232e7e7;p=icu ICU-22193 Use Ubuntu 20.04 for jobs failing in migration to 22.04 --- diff --git a/.github/workflows/icu_ci.yml b/.github/workflows/icu_ci.yml index 1293e5edbb0..3c6364be355 100644 --- a/.github/workflows/icu_ci.yml +++ b/.github/workflows/icu_ci.yml @@ -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