[test] use ubuntu 22.04 for otci workflow (#10703)

This commit update the otci workflow to use ubuntu-22.04 because some
dependency fails to build on ubuntu-20.04.
This commit is contained in:
Yakun Xu
2024-09-14 07:35:02 -07:00
committed by GitHub
parent 97a3f7648f
commit d7810fa04d
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
cli-sim:
name: cli-sim VIRTUAL_TIME=${{ matrix.virtual_time }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix: