Skip to content

Commit

Permalink
Restore windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
drmikehenry committed May 27, 2024
1 parent 8c8007b commit 928f938
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ name: build
on: [push]

jobs:
build-executable-macos:
runs-on: macos-latest
build-executable:
strategy:
matrix:
os: [windows-latest, macos-latest]
runs-on: "${{ matrix.os }}"

steps:
- uses: actions/checkout@v4
Expand All @@ -16,7 +19,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: "dist-macos-latest"
name: "dist-${{ matrix.os }}"
path: dist/

build-executable-ubuntu:
Expand Down

0 comments on commit 928f938

Please sign in to comment.