Skip to content

Commit

Permalink
ci: Try to use ubuntu-20.04 for tests (#2697)
Browse files Browse the repository at this point in the history
The issue with GitHub killing out test pipeline might be due to the running on the latest ubuntu image, this commit tries to use the older one (which I read could be a solution somewhere...)
  • Loading branch information
spydon authored Aug 31, 2023
1 parent df23ab5 commit ad1a126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

# BEGIN TESTING STAGE
test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
Expand Down

0 comments on commit ad1a126

Please sign in to comment.