Skip to content

Commit 7b2b8b6

Browse files
committed
Only build on linux
1 parent bb19e7a commit 7b2b8b6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
strategy:
12-
matrix:
13-
os: [windows-2022, macos-11, ubuntu-22.04]
14-
runs-on: ${{ matrix.os }}
11+
runs-on: ubuntu-22.04
1512
steps:
1613
- uses: secondlife/action-autobuild@v3
1714
release:

0 commit comments

Comments
 (0)