Skip to content

Commit

Permalink
Bump CI complete job to ubuntu-20.04
Browse files Browse the repository at this point in the history
18.04 is being deprecated.
  • Loading branch information
mjjbell authored Aug 22, 2022
1 parent 972a848 commit da81df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/osrm-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

ci-complete:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
needs: [build-test-publish, docker-image, windows]
steps:
- run: echo "CI complete"

0 comments on commit da81df9

Please sign in to comment.