mirror of
https://github.com/espressif/openthread.git
synced 2026-09-08 02:00:12 +00:00
[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:
@@ -47,7 +47,7 @@ jobs:
|
|||||||
|
|
||||||
cli-sim:
|
cli-sim:
|
||||||
name: cli-sim VIRTUAL_TIME=${{ matrix.virtual_time }}
|
name: cli-sim VIRTUAL_TIME=${{ matrix.virtual_time }}
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
Reference in New Issue
Block a user