File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11
11
matrix :
12
12
# TODO: Add 3.7 to python-versions after GitHub action regression is resolved.
13
13
# https://github.com/actions/setup-python/issues/682
14
+ # TODO: switch macos-13 to macos-latest@arm64
14
15
python-version : ['3.8', '3.9', '3.10']
15
- os : [ubuntu-latest, windows-latest, macos-latest@arm64 ]
16
+ os : [ubuntu-latest, windows-latest, macos-13 ]
16
17
17
18
steps :
18
19
- uses : actions/checkout@v1
Original file line number Diff line number Diff line change 11
11
matrix :
12
12
# TODO: Add 3.7 to python-versions after GitHub action regression is resolved.
13
13
# https://github.com/actions/setup-python/issues/682
14
+ # TODO: switch macos-13 to macos-latest@arm64
14
15
python-version : ['3.8', '3.9', '3.10']
15
- os : [ubuntu-latest, windows-latest, macos-latest@arm64 ]
16
+ os : [ubuntu-latest, windows-latest, macos-13 ]
16
17
17
18
steps :
18
19
- uses : actions/checkout@v1
You can’t perform that action at this time.
0 commit comments