Skip to content

Commit

Permalink
use collector workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Oct 26, 2024
1 parent 06cb370 commit 6face1d
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,26 +8,26 @@ on:

jobs:
main-windows:
uses: asottile/workflows/.github/workflows/tox.yml@v1.7.0
uses: asottile/workflows/.github/workflows/tox.yml@collector
with:
env: '["py39"]'
os: windows-latest
arch: '["x64", "x86"]'
wheel-tags: true
main-macos:
uses: asottile/workflows/.github/workflows/tox.yml@v1.7.0
uses: asottile/workflows/.github/workflows/tox.yml@collector
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@collector
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@collector
with:
env: '["py39", "py310", "py311"]'
os: ubuntu-latest

0 comments on commit 6face1d

Please sign in to comment.