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 66c8b3b commit 13bcea8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ 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: Check out 4D-SVG
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 4d/4D-SVG
path: Components/SVG.4dbase
Expand Down

0 comments on commit 13bcea8

Please sign in to comment.