Update to zmk + zephyr 2.5 ; add nice_nano_v2 paintbrush builds
This commit is contained in:
parent
b032b82088
commit
dd600890ea
1 changed files with 6 additions and 2 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -4,9 +4,9 @@ on: [push, pull_request, workflow_dispatch]
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: zmkfirmware/zmk-build-arm:2.4
|
||||
image: zmkfirmware/zmk-build-arm:2.5
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
@ -19,6 +19,10 @@ jobs:
|
|||
shield: the_paintbrush_left
|
||||
- board: nice_nano
|
||||
shield: the_paintbrush_right
|
||||
- board: nice_nano_v2
|
||||
shield: the_paintbrush_left
|
||||
- board: nice_nano_v2
|
||||
shield: the_paintbrush_right
|
||||
- board: bluemicro840_v1
|
||||
shield: the_paintbrush_left
|
||||
- board: bluemicro840_v1
|
||||
|
|
Loading…
Reference in a new issue