Skip to content

Commit

Permalink
Only build on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettgoble committed Apr 1, 2024
1 parent bb19e7a commit 7b2b8b6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ on:

jobs:
build:
strategy:
matrix:
os: [windows-2022, macos-11, ubuntu-22.04]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-22.04
steps:
- uses: secondlife/action-autobuild@v3
release:
Expand Down

0 comments on commit 7b2b8b6

Please sign in to comment.