Skip to content

Commit

Permalink
Update the github workflow to use the 18.04 image.
Browse files Browse the repository at this point in the history
The 18.04 image worked when last used. So probably this'll fix
the CI problem.
  • Loading branch information
gerph committed Aug 16, 2021
1 parent aabf3b0 commit 755becd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:
jobs:
build-riscos:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ubuntu-18.04

outputs:
version: ${{ steps.version.outputs.version }}
Expand Down

0 comments on commit 755becd

Please sign in to comment.