Skip to content

Commit

Permalink
Update Pipeline.yml
Browse files Browse the repository at this point in the history
down version to 20.04 to check if this fixes pipeline errors
  • Loading branch information
TomPughe authored Jun 18, 2024
1 parent 90fd517 commit c289e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
APPLICATION_NAME: app2
jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Setup Python environment
Expand Down

0 comments on commit c289e74

Please sign in to comment.