Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
carnisj committed Jan 24, 2024
1 parent 1211aa5 commit 2fe445b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2fe445b

Please sign in to comment.