Skip to content

Commit e762b9e

Browse files
committed
Test out GitHub Actions 18.04 runner
1 parent f801a22 commit e762b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cppcmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
config:
3131
- {name: "ubuntu-20.04", os: "ubuntu-20.04"}
32-
# - {name: "ubuntu-18.04", os: "ubuntu-18.04", cmake_extra: ""}
32+
- {name: "ubuntu-18.04", os: "ubuntu-18.04"}
3333
- {name: "ubuntu-16.04", os: "ubuntu-16.04"}
3434
- {name: "windows-x64", os: "windows-latest", cmake_extra: "-T v140,host=x86"}
3535
- {name: "windows-32", os: "windows-latest", cmake_extra: "-T v140,host=x86 -A Win32"}

0 commit comments

Comments
 (0)