diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-19 16:35:18 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-08-19 16:35:18 -0400 |
commit | 506c3b031e042430149cd663a561a13cd6e5835b (patch) | |
tree | 4fa7f3463bc2f373f04a2ccd59584593c7edbc8c /.github | |
parent | 2a0e35c11f02257e7292ea5766b952fa8b364bbf (diff) |
refactor(boards): Rename to bluemicro840_v1.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8a2ea9a..0f0e74a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: name: Build Test strategy: matrix: - board: [proton_c, nice_nano, bluemicro52840_v1, nrfmicro_13] + board: [proton_c, nice_nano, bluemicro840_v1, nrfmicro_13] shield: - corne_left - corne_right |