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 12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
- platform : [ubuntu-latest, windows-latest, macos-latest ]
15
+ platform : [ubuntu-latest, windows-latest, macos-12 ]
16
16
python-version : ["3.8", "3.10"]
17
17
18
18
runs-on : ${{ matrix.platform }}
Original file line number Diff line number Diff line change 12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
- platform : [windows-latest, macos-latest , ubuntu-latest]
15
+ platform : [windows-latest, macos-13 , ubuntu-latest]
16
16
python-version : ["3.7", "3.11"]
17
17
18
18
runs-on : ${{ matrix.platform }}
Original file line number Diff line number Diff line change 37
37
strategy :
38
38
fail-fast : false
39
39
matrix :
40
- os : [ubuntu-latest, windows-latest, macos-latest ]
40
+ os : [ubuntu-latest, windows-latest, macos-13 ]
41
41
42
42
steps :
43
43
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments