Skip to content

Commit

Permalink
Add ubuntu 20.04 to Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
reikdas committed Jun 15, 2020
1 parent 0ba20dc commit 7c65d49
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,18 @@ jobs:
- name: macos-gcc-9-compile
os: macOS-latest
compiler: gcc
version: "9"
version: "9"

- name: ubuntu-20.04-clang-7-compile
os: ubuntu-20.04
compiler: clang
version: "7"

- name: ubuntu-20.04-gcc-7-compile
os: ubuntu-20.04
compiler: gcc
version: "7"


steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 7c65d49

Please sign in to comment.