From 83033cbedee4ae4a0ff45d439c97010278b46d91 Mon Sep 17 00:00:00 2001 From: Thiago Carvalho <32248947+thiagocarvalhodev@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:31:22 -0300 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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