Skip to content

Commit

Permalink
Do not have to run the build on separate OS's
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-murray committed Jan 31, 2021
1 parent f4b4e10 commit 61a0ff4
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/build_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-latest
type: linux-x64
- os: macos-latest
type: mac-x64
- os: windows-latest
type: windows-x64

runs-on: ${{ matrix.os }}
- type: linux-x64
- type: mac-x64
- type: windows-x64

runs-on: ubuntu-latest

steps:
- name: Checkout Sources
Expand Down

0 comments on commit 61a0ff4

Please sign in to comment.