Skip to content

Commit

Permalink
CI: Try to build on centos
Browse files Browse the repository at this point in the history
  • Loading branch information
bersen66 committed Apr 29, 2024
1 parent 6013c9b commit 0ffb4b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lb-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
run: bash lbbuild.sh build Release

test-build:
runs-on: ubuntu-latest
runs-on:
- ubuntu-latest
- macos-latest
- centos-latest

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0ffb4b6

Please sign in to comment.