Skip to content

Commit 39dfa62

Browse files
authored
add macos-intel now that macos-latest is arm64
1 parent a710e20 commit 39dfa62

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,29 @@ on:
88

99
jobs:
1010
main-windows:
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: windows-latest
1515
arch: '["x64", "x86"]'
1616
wheel-tags: true
1717
submodules: true
1818
main-macos:
19-
uses: asottile/workflows/.github/workflows/tox.yml@v1.5.0
19+
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.1
2020
with:
2121
env: '["py38"]'
2222
os: macos-latest
2323
wheel-tags: true
2424
submodules: true
25+
main-macos-intel:
26+
uses: asottile/workflows/.github/workflows/[email protected]
27+
with:
28+
env: '["py38"]'
29+
os: macos-13
30+
wheel-tags: true
31+
submodules: true
2532
main-linux:
26-
uses: asottile/workflows/.github/workflows/tox.yml@v1.5.0
33+
uses: asottile/workflows/.github/workflows/tox.yml@v1.6.1
2734
with:
2835
env: '["pypy3", "py38", "py39", "py310", "py311"]'
2936
os: ubuntu-latest

0 commit comments

Comments
 (0)