Skip to content

Commit 590b775

Browse files
committed
update build
1 parent dbc9c72 commit 590b775

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ on:
1010

1111
jobs:
1212
build:
13-
name: "Build"
14-
runs-on: windows-latest
13+
name: "Build on ${{ matrix.os }}"
14+
strategy:
15+
fail-fast: false
16+
matrix:
17+
os: [ macos-latest, windows-latest, ubuntu-latest ]
18+
runs-on: ${{ matrix.os }}
1519
steps:
1620
- name: Checkout
17-
uses: actions/checkout@v3
18-
- name: Check out 4D-SVG
19-
uses: actions/checkout@v3
20-
with:
21-
repository: 4d/4D-SVG
22-
path: Components/4D-SVG.4dbase
21+
uses: actions/checkout@v4
2322
- name: Build
2423
uses: 4d/build4d-action@main
2524
with:
2625
product-line: vcs
2726
version: vcs
2827
build: official
2928
token: ${{ secrets.DLTK }}
29+

0 commit comments

Comments
 (0)