Skip to content

Commit

Permalink
Upgrade workflow image for deployment jobs
Browse files Browse the repository at this point in the history
Ubuntu 18.04 has an older version of docker-compose that does not work
with SSH. Ubuntu 20.04 should work.
  • Loading branch information
MinusFour committed Sep 23, 2020
1 parent ad36371 commit 524b707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
build_dev_pi_image:
name: Build docker image for rPIv2 (Arm v6)
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
-
Expand Down

0 comments on commit 524b707

Please sign in to comment.