File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
- platform : [ubuntu-latest, macos-latest , windows-latest]
15
+ platform : [ubuntu-latest, macos-12 , windows-latest]
16
16
python-version : ["3.8", "3.11"]
17
17
18
18
runs-on : ${{ matrix.platform }}
Original file line number Diff line number Diff line change 14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
17
- platform : [windows-latest, macos-latest , ubuntu-latest]
17
+ platform : [windows-latest, macos-13 , ubuntu-latest]
18
18
python-version : ["3.7", "3.12", "pypy-3.9"]
19
19
20
20
steps :
Original file line number Diff line number Diff line change 44
44
strategy :
45
45
fail-fast : false
46
46
matrix :
47
- os : [ubuntu-latest, macos-latest , windows-latest]
47
+ os : [ubuntu-latest, macos-13 , windows-latest]
48
48
49
49
steps :
50
50
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments