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 #200 from asottile/all-repos_autofix_all-repos-sed
Browse files Browse the repository at this point in the history
update workflows
  • Loading branch information
asottile authored Oct 26, 2024
2 parents 306b63b + 526e95c commit fc65196
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.7.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.0
with:
env: '["py39"]'
os: windows-latest
wheel-tags: true
main-macos:
uses: asottile/workflows/.github/workflows/tox.yml@v1.7.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.0
with:
env: '["py39"]'
os: macos-latest
wheel-tags: true
main-macos-intel:
uses: asottile/workflows/.github/workflows/tox.yml@v1.7.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.0
with:
env: '["py39"]'
os: macos-13
wheel-tags: true
main-linux:
uses: asottile/workflows/.github/workflows/tox.yml@v1.7.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.0
with:
env: '["py39", "py310", "py311"]'
os: ubuntu-latest
Expand Down

0 comments on commit fc65196

Please sign in to comment.