Skip to content

Commit

Permalink
[test] use ubuntu 22.04 for otci workflow (#10703)
Browse files Browse the repository at this point in the history
This commit update the otci workflow to use ubuntu-22.04 because some
dependency fails to build on ubuntu-20.04.
  • Loading branch information
bukepo authored Sep 14, 2024
1 parent 97a3f76 commit d7810fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/otci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d7810fa

Please sign in to comment.