Skip to content

Commit

Permalink
Merge pull request #993 from asottile/upgrade-gha
Browse files Browse the repository at this point in the history
upgrade gha
  • Loading branch information
asottile authored Dec 17, 2024
2 parents 67705a4 + 3f8ae67 commit 7dc1fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:

jobs:
main-windows:
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.0
with:
env: '["py39"]'
os: windows-latest
main-linux:
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.0
with:
env: '["py39", "py310", "py311", "py312"]'
os: ubuntu-latest

0 comments on commit 7dc1fb3

Please sign in to comment.