Skip to content

Commit

Permalink
multi platform builds
Browse files Browse the repository at this point in the history
  • Loading branch information
schmee committed Jan 25, 2024
1 parent 2350efd commit 0df0048
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ concurrency:

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest]

runs-on: ${{ matrix.os }}

steps:
- name: Set up Zig
Expand Down

0 comments on commit 0df0048

Please sign in to comment.