Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelachaux authored Nov 27, 2024
1 parent bd294aa commit d77b047
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ on:
workflow_dispatch:

jobs:
build:
build:
name: "Build on ${{ matrix.os }}"
strategy:
fail-fast: false
matrix:
os: [ macos, windows ]
os: [ macOS,Windows ]
runs-on: ${{ matrix.os }}
steps:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
Expand Down

0 comments on commit d77b047

Please sign in to comment.