mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-01 09:48:37 +00:00
Only do linux jobs for now
This commit is contained in:
parent
134d96f5b3
commit
9644b33dea
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -12,8 +12,8 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- { prettyName: Windows, fullName: windows-latest }
|
||||
- { prettyName: macOS, fullName: macos-latest }
|
||||
# - { prettyName: Windows, fullName: windows-latest }
|
||||
# - { prettyName: macOS, fullName: macos-latest }
|
||||
- { prettyName: Linux, fullName: ubuntu-latest }
|
||||
dotnetVersion:
|
||||
- { prettyName: .NET 6.0 Preview, fullName: 6.0.x }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue