File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -130,9 +130,9 @@ jobs:
130
130
strategy :
131
131
max-parallel : 3
132
132
matrix :
133
- os : [ubuntu-18 .04, windows-2019, macos-10.15]
133
+ os : [ubuntu-20 .04, windows-2019, macos-10.15]
134
134
include :
135
- - os : ubuntu-18 .04
135
+ - os : ubuntu-20 .04
136
136
c-compiler : " gcc"
137
137
cxx-compiler : " g++"
138
138
cmake-build-type : " MinSizeRel"
@@ -229,7 +229,7 @@ jobs:
229
229
strategy :
230
230
max-parallel : 3
231
231
matrix :
232
- os : [ubuntu-18 .04, windows-2019, macos-10.15]
232
+ os : [ubuntu-20 .04, windows-2019, macos-10.15]
233
233
234
234
steps :
235
235
- uses : actions/checkout@v1
@@ -254,9 +254,9 @@ jobs:
254
254
strategy :
255
255
max-parallel : 3
256
256
matrix :
257
- os : [ubuntu-18 .04]
257
+ os : [ubuntu-20 .04]
258
258
include :
259
- - os : ubuntu-18 .04
259
+ - os : ubuntu-20 .04
260
260
c-compiler : " gcc"
261
261
cxx-compiler : " g++"
262
262
cmake-build-type : " Release"
You can’t perform that action at this time.
0 commit comments