From 1a91ab0118093c538a9449f2133932e49a432da4 Mon Sep 17 00:00:00 2001 From: caiodallaqua Date: Mon, 22 Jan 2024 14:56:45 -0300 Subject: [PATCH] fix gha workflow --- .github/workflows/checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 1683a2c..4da9096 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -16,6 +16,7 @@ on: jobs: test: + runs-on: ubuntu-latest permissions: pull-requests: write timeout-minutes: 5 @@ -24,7 +25,6 @@ jobs: fail-fast: false matrix: python-version: ['3.8', '3.9', '3.10', '3.11'] - os: [ubuntu-latest] steps: - name: Checkout the repository uses: actions/checkout@v4