diff options
| author | Dan Halbert <halbert@adafruit.com> | 2020-05-04 16:08:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-04 16:08:45 -0400 |
| commit | c377d4bea79710bdf3880dfdbd2970f1ee7fc373 (patch) | |
| tree | 8be39354a8e1706138357abb2cc6daf7d7d4e290 /.github/workflows | |
| parent | cc290c50c677e16ccdddae74ab0861c9101727fc (diff) | |
| parent | 4d7e341e44ac40d18e947643ab925cbd7812cd36 (diff) | |
Merge branch 'master' into non-standard-nvm
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd11dda1d..c37244b3a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ on: jobs: test: - runs-on: ubuntu-16.04 + runs-on: ubuntu-18.04 steps: - name: Dump GitHub context env: @@ -127,7 +127,7 @@ jobs: path: mpy-cross/mpy-cross build-arm: - runs-on: ubuntu-16.04 + runs-on: ubuntu-18.04 needs: test strategy: fail-fast: false @@ -206,11 +206,13 @@ jobs: - "nucleo_h743zi_2" - "ohs2020_badge" - "openbook_m4" + - "openmv_h7" - "particle_argon" - "particle_boron" - "particle_xenon" - "pca10056" - "pca10059" + - "pca10100" - "pewpew10" - "pewpew_m4" - "pirkey_m0" @@ -230,6 +232,7 @@ jobs: - "seeeduino_xiao" - "serpente" - "shirtty" + - "simmel" - "snekboard" - "sparkfun_lumidrive" - "sparkfun_nrf52840_mini" @@ -244,7 +247,7 @@ jobs: - "stm32f411ve_discovery" - "stm32f412zg_discovery" - "stm32f4_discovery" - - "stm32f746g_disco" + - "stm32f746g_discovery" - "stringcar_m0_express" - "teensy40" - "teknikio_bluebird" @@ -303,7 +306,7 @@ jobs: if: github.event_name == 'push' || (github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested')) build-riscv: - runs-on: ubuntu-16.04 + runs-on: ubuntu-18.04 needs: test strategy: fail-fast: false |
