Skip to content

Commit

Permalink
ci/ubuntu: Compile on both 18.04 and 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ribose-jeffreylau committed Dec 28, 2021
1 parent f4a9023 commit 3a3c0bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
if: "!contains(github.event.head_commit.message, 'skip ci')"

steps:
Expand Down

0 comments on commit 3a3c0bb

Please sign in to comment.