Skip to content

Commit

Permalink
Disables ubuntu github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoltes committed Dec 17, 2019
1 parent 48d7fd6 commit e930862
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -8,7 +8,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, ubuntu-16.04, macOS-10.14]
os: [macOS-10.14]
#os: [ubuntu-18.04, ubuntu-16.04, macOS-10.14]
compiler: [gcc, clang]
include:
- os: ubuntu-18.04
Expand Down

0 comments on commit e930862

Please sign in to comment.