Skip to content

Commit acf919e

Browse files
upgrade asottile/workflows
1 parent d1695be commit acf919e

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

.github/workflows/main.yml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,30 @@ name: main
33
on:
44
push:
55
branches: [main, test-me-*]
6-
tags: "*"
6+
tags: '*'
77
pull_request:
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.8.1
1212
with:
13-
env: '["py38"]'
13+
env: '["py39"]'
1414
os: windows-latest
1515
wheel-tags: true
16-
main-windows-x86:
17-
uses: asottile/workflows/.github/workflows/[email protected]
18-
with:
19-
env: '["py38"]'
20-
os: windows-latest
21-
wheel-tags: true
22-
arch: '["x86"]'
2316
main-macos:
24-
uses: asottile/workflows/.github/workflows/tox.yml@v1.5.0
17+
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
2518
with:
26-
env: '["py38"]'
19+
env: '["py39"]'
2720
os: macos-latest
2821
wheel-tags: true
22+
main-macos-intel:
23+
uses: asottile/workflows/.github/workflows/[email protected]
24+
with:
25+
env: '["py39"]'
26+
os: macos-13
27+
wheel-tags: true
2928
main-linux:
30-
uses: asottile/workflows/.github/workflows/tox.yml@v1.5.0
29+
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
3130
with:
32-
env: '["py38"]'
31+
env: '["py39"]'
3332
os: ubuntu-latest

0 commit comments

Comments
 (0)