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

Commit fd4075c

Browse files
authored
add macos-intel now that macos-latest is arm64
1 parent 2cc3fa1 commit fd4075c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,19 @@ on:
88

99
jobs:
1010
main-macos:
11-
uses: asottile/workflows/.github/workflows/tox.yml@v1.5.0
11+
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.1
1212
with:
1313
env: '["py38"]'
1414
os: macos-latest
1515
wheel-tags: true
16+
main-macos-intel:
17+
uses: asottile/workflows/.github/workflows/[email protected]
18+
with:
19+
env: '["py38"]'
20+
os: macos-13
21+
wheel-tags: true
1622
main-linux:
17-
uses: asottile/workflows/.github/workflows/tox.yml@v1.5.0
23+
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.1
1824
with:
1925
env: '["py38", "py39", "py310"]'
2026
os: ubuntu-latest

0 commit comments

Comments
 (0)