We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7081443 commit 2b61abdCopy full SHA for 2b61abd
.github/workflows/micropython.yml
@@ -14,7 +14,7 @@ env:
14
jobs:
15
build:
16
name: ${{ matrix.name }} (${{ matrix.board }} ${{ matrix.variant }} ${{ matrix.modules }})
17
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
18
continue-on-error: true
19
strategy:
20
matrix:
0 commit comments