Skip to content

Commit

Permalink
Test out GitHub Actions 18.04 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed Nov 25, 2020
1 parent f801a22 commit e762b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cppcmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
matrix:
config:
- {name: "ubuntu-20.04", os: "ubuntu-20.04"}
# - {name: "ubuntu-18.04", os: "ubuntu-18.04", cmake_extra: ""}
- {name: "ubuntu-18.04", os: "ubuntu-18.04"}
- {name: "ubuntu-16.04", os: "ubuntu-16.04"}
- {name: "windows-x64", os: "windows-latest", cmake_extra: "-T v140,host=x86"}
- {name: "windows-32", os: "windows-latest", cmake_extra: "-T v140,host=x86 -A Win32"}
Expand Down

0 comments on commit e762b9e

Please sign in to comment.