File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -3,31 +3,30 @@ name: main
3
3
on :
4
4
push :
5
5
branches : [main, test-me-*]
6
- tags : " * "
6
+ tags : ' * '
7
7
pull_request :
8
8
9
9
jobs :
10
10
main-windows :
11
- uses : asottile/workflows/.github/workflows/tox.yml@v1.5.0
11
+ uses : asottile/workflows/.github/workflows/tox.yml@v1.8.1
12
12
with :
13
- env : ' ["py38 "]'
13
+ env : ' ["py39 "]'
14
14
os : windows-latest
15
15
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"]'
23
16
main-macos :
24
- uses : asottile/workflows/.github/workflows/tox.yml@v1.5.0
17
+ uses : asottile/workflows/.github/workflows/tox.yml@v1.8.1
25
18
with :
26
- env : ' ["py38 "]'
19
+ env : ' ["py39 "]'
27
20
os : macos-latest
28
21
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
29
28
main-linux :
30
- uses : asottile/workflows/.github/workflows/tox.yml@v1.5.0
29
+ uses : asottile/workflows/.github/workflows/tox.yml@v1.8.1
31
30
with :
32
- env : ' ["py38 "]'
31
+ env : ' ["py39 "]'
33
32
os : ubuntu-latest
You can’t perform that action at this time.
0 commit comments