Skip to content

Commit ac7e58b

Browse files
committed
extend action to build for linux too
1 parent b5fe15a commit ac7e58b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/test-build.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [macos-14, macos-latest, windows-latest]
15+
os: [macos-14, macos-latest, windows-latest, ubuntu-latest]
1616
include:
1717
- os: macos-14
18-
name: "macOS ARM"
18+
name: 'macOS ARM'
1919
- os: macos-latest
20-
name: "macOS x86"
20+
name: 'macOS x86'
2121
- os: windows-latest
22-
name: "Windows"
22+
name: 'Windows'
23+
- os: ubuntu-latest
24+
name: 'Ubuntu'
2325

2426
runs-on: ${{ matrix.os }}
2527

0 commit comments

Comments
 (0)