There was an error while loading. Please reload this page.
1 parent a2bde78 commit 0781a4eCopy full SHA for 0781a4e
1 file changed
.github/workflows/bat.yml
@@ -4,7 +4,10 @@ on: [push]
4
jobs:
5
bat:
6
name: Build and Test
7
- runs-on: [ubuntu-22.04, windows-2022, macos-12]
+ strategy:
8
+ matrix:
9
+ os: [ubuntu-22.04, windows-2022, macos-12]
10
+ runs-on: ${{ matrix.os }}
11
steps:
12
- uses: actions/checkout@v4
13
0 commit comments