File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
strategy :
17
17
fail-fast : false
18
18
matrix :
19
- platform : [ubuntu-latest, windows-latest, macos-latest ]
19
+ platform : [ubuntu-latest, windows-latest, macos-12 ]
20
20
python-version : ["3.8", "3.10"]
21
21
22
22
runs-on : ${{ matrix.platform }}
Original file line number Diff line number Diff line change 16
16
strategy :
17
17
fail-fast : false
18
18
matrix :
19
- platform : [windows-latest, macos-latest , ubuntu-latest]
19
+ platform : [windows-latest, macos-13 , ubuntu-latest]
20
20
python-version : ["3.7", "3.11"]
21
21
22
22
runs-on : ${{ matrix.platform }}
Original file line number Diff line number Diff line change 39
39
strategy :
40
40
fail-fast : false
41
41
matrix :
42
- os : [ubuntu-latest, windows-latest, macos-latest ]
42
+ os : [ubuntu-latest, windows-latest, macos-13 ]
43
43
44
44
steps :
45
45
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments