From c4325d275161c62dd1d776201365108271da049d Mon Sep 17 00:00:00 2001 From: Thomas Tvedt Date: Sun, 13 Sep 2020 21:23:54 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d0bb56..2661e7f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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