Skip to content

Commit d29a06d

Browse files
Merge pull request #2 from codemakerai/feature/github-action
Cross platform CI build
2 parents 0bb3a84 + e9c116c commit d29a06d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ on: [push]
44

55
jobs:
66
build:
7+
strategy:
8+
matrix:
9+
os: [ macos-latest, ubuntu-latest, windows-latest ]
10+
runs-on: ${{ matrix.os }}
711

8-
runs-on: ubuntu-latest
912
steps:
1013
- uses: actions/checkout@v3
1114

0 commit comments

Comments
 (0)