aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorSimon Lin <simonlin@google.com>2020-12-03 09:42:41 +0800
committerGitHub <noreply@github.com>2020-12-02 17:42:41 -0800
commit1afaf59d8e120b9db7933b3f9e3845e5949644d3 (patch)
tree59f133d35c7cfb2cfaf016c7a35200b0a8dc7202 /.github/workflows/build.yml
parentcbf2329cf2569164f28cda98da1ed9bd31e9d78b (diff)
downloadot-br-posix-1afaf59d8e120b9db7933b3f9e3845e5949644d3.tar.gz
[github-actions] switch to ubuntu 20.04 (#640)
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2ae58a45..45ac5dfe 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -33,7 +33,7 @@ on: [push, pull_request]
jobs:
cancel-previous-runs:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
steps:
- uses: rokroskar/workflow-run-cleanup-action@master
env:
@@ -50,7 +50,7 @@ jobs:
run: script/make-pretty check
android-check:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
strategy:
matrix:
mdns: ["mDNSResponder", ""]
@@ -67,7 +67,7 @@ jobs:
ot-br-posix/tests/scripts/check-android-build"
check:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
strategy:
matrix:
mdns: ["mDNSResponder", "avahi"]
@@ -87,7 +87,7 @@ jobs:
uses: codecov/codecov-action@v1
rest-check:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
strategy:
matrix:
rest: ["rest-off", ""]
@@ -107,7 +107,7 @@ jobs:
uses: codecov/codecov-action@v1
script-check:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
env:
BUILD_TARGET: script-check
OTBR_COVERAGE: 1
@@ -123,7 +123,7 @@ jobs:
uses: codecov/codecov-action@v1
scan-build:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
env:
BUILD_TARGET: scan-build
CC: clang
@@ -154,7 +154,7 @@ jobs:
run: script/test package
thread-1-2-backbone:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
env:
PACKET_VERIFICATION: 1
REFERENCE_DEVICE: 1