From 2fe445b4f14c72ba5789300300b8e25bdb302156 Mon Sep 17 00:00:00 2001 From: carnisj <44344327+carnisj@users.noreply.github.com> Date: Wed, 24 Jan 2024 21:15:11 +0100 Subject: [PATCH] Update workflow --- .github/workflows/pr_lint_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_lint_test.yml b/.github/workflows/pr_lint_test.yml index ab39e0ff..dfc4fc00 100644 --- a/.github/workflows/pr_lint_test.yml +++ b/.github/workflows/pr_lint_test.yml @@ -12,11 +12,11 @@ on: jobs: build: - runs-on: windows-latest + runs-on: ubuntu-latest strategy: fail-fast: false matrix: - python-version: [3.9, '3.11'] + python-version: '3.11' steps: - uses: actions/checkout@v2