Skip to content

Commit 0781a4e

Browse files
committed
add multi-platform testting
1 parent a2bde78 commit 0781a4e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/bat.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ on: [push]
44
jobs:
55
bat:
66
name: Build and Test
7-
runs-on: [ubuntu-22.04, windows-2022, macos-12]
7+
strategy:
8+
matrix:
9+
os: [ubuntu-22.04, windows-2022, macos-12]
10+
runs-on: ${{ matrix.os }}
811
steps:
912
- uses: actions/checkout@v4
1013

0 commit comments

Comments
 (0)