Update build.yml
This commit is contained in:
parent
0c34d1839c
commit
168ec1ab6a
1 changed files with 1 additions and 4 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -9,11 +9,8 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
os: [windows-latest]
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
mono-version: 'latest'
|
||||
runtime: 'linux-x64'
|
||||
- os: windows-latest
|
||||
vs-version: 'latest'
|
||||
runtime: 'win-x64'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue