force ubuntu-20.04
Testing fails on ubuntu-latest due to no libicu66 being available in ubuntu 22.04
This commit is contained in:
parent
2d0b515baa
commit
5969d637fd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ct.yml
vendored
2
.github/workflows/ct.yml
vendored
|
|
@ -14,7 +14,7 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ct:
|
ct:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies (Ubuntu)
|
- name: Install dependencies (Ubuntu)
|
||||||
run: |-
|
run: |-
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue