Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

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 2cc3fa1 commit fd4075c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,19 @@ on:

jobs:
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-macos-intel:
uses: asottile/workflows/.github/workflows/[email protected]
with:
env: '["py38"]'
os: macos-13
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 fd4075c

Please sign in to comment.