Skip to content

Commit

Permalink
Merge pull request #478 from sass/all-repos_autofix_all-repos-sed
Browse files Browse the repository at this point in the history
upgrade asottile/workflows
  • Loading branch information
asottile authored Jan 30, 2025
2 parents acf1ff6 + 00af6ab commit 1731647
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,29 +8,29 @@ 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
arch: '["x64", "x86"]'
wheel-tags: true
submodules: 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
submodules: 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
submodules: 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 1731647

Please sign in to comment.