11
11
jobs :
12
12
tar_gz :
13
13
name : Package
14
- runs-on : ubuntu-20 .04
14
+ runs-on : ubuntu-22 .04
15
15
steps :
16
16
- uses : actions/checkout@master
17
17
- uses : actions/setup-python@master
@@ -28,15 +28,15 @@ jobs:
28
28
strategy :
29
29
fail-fast : false
30
30
matrix :
31
- os : [macos-12, ubuntu-20 .04, windows-2022]
31
+ os : [macos-12, ubuntu-22 .04, windows-2022]
32
32
major : [3]
33
33
minor : [7, 8]
34
34
runs-on : ${{ matrix.os }}
35
35
steps :
36
36
- uses : actions/checkout@master
37
37
- uses : actions/setup-python@master
38
38
- 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'
40
40
- run : echo '::add-matcher::.github/problem-matchers/msvc.json'
41
41
if : matrix.os == 'windows-2022'
42
42
@@ -59,15 +59,15 @@ jobs:
59
59
strategy :
60
60
fail-fast : false
61
61
matrix :
62
- os : [macos-12, ubuntu-20 .04, windows-2022]
62
+ os : [macos-12, ubuntu-22 .04, windows-2022]
63
63
major : [3]
64
64
minor : [9, 10, 11]
65
65
runs-on : ${{ matrix.os }}
66
66
steps :
67
67
- uses : actions/checkout@master
68
68
- uses : actions/setup-python@master
69
69
- 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'
71
71
- run : echo '::add-matcher::.github/problem-matchers/msvc.json'
72
72
if : matrix.os == 'windows-2022'
73
73
89
89
name : Publish
90
90
if : github.event_name == 'release'
91
91
needs : [tar_gz, whl_lt_3_9, whl_gte_3_9]
92
- runs-on : ubuntu-20 .04
92
+ runs-on : ubuntu-22 .04
93
93
steps :
94
94
- uses : actions/download-artifact@v3
95
95
with :
0 commit comments