Skip to content

Commit 61a0ff4

Browse files
committed
Do not have to run the build on separate OS's
1 parent f4b4e10 commit 61a0ff4

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/build_executables.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@ jobs:
88
strategy:
99
matrix:
1010
include:
11-
- os: ubuntu-latest
12-
type: linux-x64
13-
- os: macos-latest
14-
type: mac-x64
15-
- os: windows-latest
16-
type: windows-x64
17-
18-
runs-on: ${{ matrix.os }}
11+
- type: linux-x64
12+
- type: mac-x64
13+
- type: windows-x64
14+
15+
runs-on: ubuntu-latest
1916

2017
steps:
2118
- name: Checkout Sources

0 commit comments

Comments
 (0)