Skip to content

Commit b731d62

Browse files
authored
Merge pull request #393 from jhlegarreta/UpdateLinuxGHAVersion
ENH: Switch Github Actions Linux environment
2 parents ff92cc6 + e1c3d11 commit b731d62

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ jobs:
130130
strategy:
131131
max-parallel: 3
132132
matrix:
133-
os: [ubuntu-18.04, windows-2019, macos-10.15]
133+
os: [ubuntu-20.04, windows-2019, macos-10.15]
134134
include:
135-
- os: ubuntu-18.04
135+
- os: ubuntu-20.04
136136
c-compiler: "gcc"
137137
cxx-compiler: "g++"
138138
cmake-build-type: "MinSizeRel"
@@ -229,7 +229,7 @@ jobs:
229229
strategy:
230230
max-parallel: 3
231231
matrix:
232-
os: [ubuntu-18.04, windows-2019, macos-10.15]
232+
os: [ubuntu-20.04, windows-2019, macos-10.15]
233233

234234
steps:
235235
- uses: actions/checkout@v1
@@ -254,9 +254,9 @@ jobs:
254254
strategy:
255255
max-parallel: 3
256256
matrix:
257-
os: [ubuntu-18.04]
257+
os: [ubuntu-20.04]
258258
include:
259-
- os: ubuntu-18.04
259+
- os: ubuntu-20.04
260260
c-compiler: "gcc"
261261
cxx-compiler: "g++"
262262
cmake-build-type: "Release"

0 commit comments

Comments
 (0)