diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8a18bdc8bf..a2539e34b4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ on: jobs: test-and-lint: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: # Checkout - uses: actions/checkout@v3 @@ -34,4 +34,4 @@ jobs: run: flutter analyze - name: Test app - run: scr test \ No newline at end of file + run: scr test