Skip to content

Commit

Permalink
Merge pull request #1897 from ardriveapp/PE-6951-downgrade-ubuntu-ver…
Browse files Browse the repository at this point in the history
…sion-on-github-actions

PE-6951: update test.yml
  • Loading branch information
thiagocarvalhodev authored Oct 15, 2024
2 parents 83d613c + 83033cb commit 1c7037b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:

jobs:
test-and-lint:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
# Checkout
- uses: actions/checkout@v3
Expand Down Expand Up @@ -34,4 +34,4 @@ jobs:
run: flutter analyze

- name: Test app
run: scr test
run: scr test

0 comments on commit 1c7037b

Please sign in to comment.