Skip to content
Permalink
Browse files
[BUILD] Use ubuntu 20.04 in CI
  • Loading branch information
darthcloud committed Feb 26, 2022
1 parent f7c81d7 commit 73603780c127981132cbf5529f635bf161340237
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/build.yml
@@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
- name: Install ESP-IDF prerequisite

0 comments on commit 7360378

Please sign in to comment.