Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomastvedt committed Sep 13, 2020
1 parent 3dd35c3 commit c4325d2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ on: push

jobs:
release:
runs-on: ${{ matrix.os }}
# runs-on: ubuntu-latest

# TODO: enable build for other platforms if needed?
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: macos-latest

steps:
- name: Check out Git repository
Expand Down

0 comments on commit c4325d2

Please sign in to comment.