Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
Merge pull request #204 from asottile/upgrade-workflows
Browse files Browse the repository at this point in the history
upgrade workflows
  • Loading branch information
asottile authored Jan 4, 2025
2 parents 68c6f9d + cf66ba0 commit e196e7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@ on:

jobs:
main-windows:
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
with:
env: '["py39"]'
os: windows-latest
wheel-tags: true
main-macos:
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
with:
env: '["py39"]'
os: macos-latest
wheel-tags: true
main-macos-intel:
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
with:
env: '["py39"]'
os: macos-13
wheel-tags: true
main-linux:
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
with:
env: '["py39", "py310", "py311"]'
os: ubuntu-latest
Expand Down

0 comments on commit e196e7e

Please sign in to comment.