We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3543bab commit 0f81e31Copy full SHA for 0f81e31
.github/workflows/cmake.yml
@@ -12,7 +12,7 @@ env:
12
jobs:
13
build:
14
name: ${{matrix.name}} (C++)
15
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
include:
.github/workflows/micropython.yml
name: ${{ matrix.name }} (${{ matrix.board }})
continue-on-error: true
0 commit comments