Skip to content

Commit

Permalink
Merge pull request #89 from asottile/asottile-patch-1
Browse files Browse the repository at this point in the history
add macos-intel now that macos-latest is arm64
  • Loading branch information
asottile committed Apr 30, 2024
2 parents 1606c07 + 909c703 commit 0ffeaa7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -8,20 +8,26 @@ on:

jobs:
main-windows:
uses: asottile/workflows/.github/workflows/tox.yml@v1.5.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.1
with:
env: '["py38"]'
os: windows-latest
arch: '["x64", "x86"]'
wheel-tags: true
main-macos-intel:
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.1
with:
env: '["py38"]'
os: macos-13
wheel-tags: true
main-macos:
uses: asottile/workflows/.github/workflows/tox.yml@v1.5.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.1
with:
env: '["py38"]'
os: macos-latest
wheel-tags: true
main-linux:
uses: asottile/workflows/.github/workflows/tox.yml@v1.5.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.1
with:
env: '["py38", "py39", "py310"]'
os: ubuntu-latest

0 comments on commit 0ffeaa7

Please sign in to comment.