File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 strategy :
1717 matrix :
1818 python-version : ["3.8", "3.9", "3.10"]
19- os : ["ubuntu-22.04", "windows-2019 "]
19+ os : ["ubuntu-22.04", "windows-2022 "]
2020 runs-on : ${{ matrix.os }}
2121 steps :
2222 - uses : actions/checkout@v3.5.3
3131 strategy :
3232 matrix :
3333 python-version : ["3.10"]
34- os : ["ubuntu-22.04", "windows-2019 "]
34+ os : ["ubuntu-22.04", "windows-2022 "]
3535 runs-on : ${{ matrix.os }}
3636 steps :
3737 - uses : actions/checkout@v3.5.3
Original file line number Diff line number Diff line change 1010 strategy :
1111 matrix :
1212 python-version : ["3.10"]
13- os : ["ubuntu-22.04", "windows-2019 "]
13+ os : ["ubuntu-22.04", "windows-2022 "]
1414 steps :
1515 - uses : actions/checkout@v3.5.3
1616 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 1313 runs-on : ${{ matrix.os }}
1414 strategy :
1515 matrix :
16- os : ["ubuntu-22.04", "windows-2019 "]
16+ os : ["ubuntu-22.04", "windows-2022 "]
1717 steps :
1818 - uses : actions/checkout@v3.5.3
1919 - name : Set up Python 3.10
You can’t perform that action at this time.
0 commit comments