Skip to content

Commit

Permalink
add ubuntu-latest to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ikod committed Nov 24, 2019
1 parent 208cb0d commit 03ecd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
os: [macOS-latest]
os: [macOS-latest, ubuntu-latest]
dc: [dmd-latest, ldc-latest]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 03ecd3f

Please sign in to comment.