Skip to content

Commit f3da5ea

Browse files
committed
COMP: Bump CI Ubuntu version to 20.04 for newer Python
1 parent 308e31f commit f3da5ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
strategy:
1212
max-parallel: 3
1313
matrix:
14-
os: [ubuntu-18.04, windows-2019, macos-10.15]
14+
os: [ubuntu-20.04, windows-2019, macos-10.15]
1515
include:
16-
- os: ubuntu-18.04
16+
- os: ubuntu-20.04
1717
c-compiler: "gcc"
1818
cxx-compiler: "g++"
1919
cmake-build-type: "MinSizeRel"

0 commit comments

Comments
 (0)