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 1616 strategy :
1717 fail-fast : false
1818 matrix :
19- platform : [ubuntu-latest, windows-latest, macos-latest ]
19+ platform : [ubuntu-latest, windows-latest, macos-12 ]
2020 python-version : ["3.8", "3.10"]
2121
2222 runs-on : ${{ matrix.platform }}
Original file line number Diff line number Diff line change 1616 strategy :
1717 fail-fast : false
1818 matrix :
19- platform : [windows-latest, macos-latest , ubuntu-latest]
19+ platform : [windows-latest, macos-13 , ubuntu-latest]
2020 python-version : ["3.7", "3.11"]
2121
2222 runs-on : ${{ matrix.platform }}
Original file line number Diff line number Diff line change 3939 strategy :
4040 fail-fast : false
4141 matrix :
42- os : [ubuntu-latest, windows-latest, macos-latest ]
42+ os : [ubuntu-latest, windows-latest, macos-13 ]
4343
4444 steps :
4545 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments