Skip to content

Commit

Permalink
Update GitHub CI: build on multiple OS
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marchand authored Jun 13, 2024
1 parent 4776211 commit 005a15d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ on:

jobs:
build:
name: "Build"
runs-on: windows-latest
name: "Build on ${{ matrix.os }}"
strategy:
fail-fast: false
matrix:
os: [ macos-latest, windows-latest, ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build
uses: 4d/build4d-action@main
with:
Expand Down

0 comments on commit 005a15d

Please sign in to comment.