Skip to content

Commit

Permalink
add macos-intel now that macos-latest is arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile authored Apr 30, 2024
1 parent a710e20 commit 39dfa62
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,29 @@ 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
submodules: 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
submodules: true
main-macos-intel:
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.1
with:
env: '["py38"]'
os: macos-13
wheel-tags: true
submodules: 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: '["pypy3", "py38", "py39", "py310", "py311"]'
os: ubuntu-latest
Expand Down

0 comments on commit 39dfa62

Please sign in to comment.