diff options
author | innovaker <[email protected]> | 2021-06-19 11:13:14 +0100 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2021-07-17 17:04:25 -0400 |
commit | 5542c105ed89a31275bee2217ddb9b7db2d28ac1 (patch) | |
tree | 036f991dbf43b0499fe4dcf0b7f8eb164966edc1 /.github/workflows/test.yml | |
parent | 47043c86e934bd3445d7b4fbd7600f8c198ebf83 (diff) | |
download | zmk-5542c105ed89a31275bee2217ddb9b7db2d28ac1.tar.gz zmk-5542c105ed89a31275bee2217ddb9b7db2d28ac1.zip |
ci: bump `zmk-build-arm` to `2.5`
PR: https://github.com/zmkfirmware/zmk/pull/736
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2f7992cec7..1f8e443afd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: integration_test: runs-on: ubuntu-latest container: - image: zmkfirmware/zmk-build-arm:2.4 + image: zmkfirmware/zmk-build-arm:2.5 steps: - name: Checkout uses: actions/checkout@v2 |