mirror of
https://github.com/espressif/openthread.git
synced 2026-08-14 22:57:46 +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:
|
||||
name: cli-sim VIRTUAL_TIME=${{ matrix.virtual_time }}
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user