1111jobs :
1212 tar_gz :
1313 name : Package
14- runs-on : ubuntu-20 .04
14+ runs-on : ubuntu-22 .04
1515 steps :
1616 - uses : actions/checkout@master
1717 - uses : actions/setup-python@master
@@ -28,15 +28,15 @@ jobs:
2828 strategy :
2929 fail-fast : false
3030 matrix :
31- os : [macos-12, ubuntu-20 .04, windows-2022]
31+ os : [macos-12, ubuntu-22 .04, windows-2022]
3232 major : [3]
3333 minor : [7, 8]
3434 runs-on : ${{ matrix.os }}
3535 steps :
3636 - uses : actions/checkout@master
3737 - uses : actions/setup-python@master
3838 - run : echo '::add-matcher::.github/problem-matchers/gcc.json'
39- if : matrix.os == 'macos-12' || matrix.os == 'ubuntu-20 .04'
39+ if : matrix.os == 'macos-12' || matrix.os == 'ubuntu-22 .04'
4040 - run : echo '::add-matcher::.github/problem-matchers/msvc.json'
4141 if : matrix.os == 'windows-2022'
4242
@@ -59,15 +59,15 @@ jobs:
5959 strategy :
6060 fail-fast : false
6161 matrix :
62- os : [macos-12, ubuntu-20 .04, windows-2022]
62+ os : [macos-12, ubuntu-22 .04, windows-2022]
6363 major : [3]
6464 minor : [9, 10, 11]
6565 runs-on : ${{ matrix.os }}
6666 steps :
6767 - uses : actions/checkout@master
6868 - uses : actions/setup-python@master
6969 - run : echo '::add-matcher::.github/problem-matchers/gcc.json'
70- if : matrix.os == 'macos-12' || matrix.os == 'ubuntu-20 .04'
70+ if : matrix.os == 'macos-12' || matrix.os == 'ubuntu-22 .04'
7171 - run : echo '::add-matcher::.github/problem-matchers/msvc.json'
7272 if : matrix.os == 'windows-2022'
7373
8989 name : Publish
9090 if : github.event_name == 'release'
9191 needs : [tar_gz, whl_lt_3_9, whl_gte_3_9]
92- runs-on : ubuntu-20 .04
92+ runs-on : ubuntu-22 .04
9393 steps :
9494 - uses : actions/download-artifact@v3
9595 with :
0 commit comments