From 130583f216cac0d319548e2f20a68d3dbc48cfe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matheus=20Ten=C3=B3rio?= Date: Thu, 21 Mar 2024 14:33:17 -0300 Subject: [PATCH] 0.3.0 --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 15caac8..ac45824 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -12,7 +12,7 @@ on: jobs: test-lint: name: Test and Lint - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Checkout code uses: actions/checkout@v2