mirror of
https://github.com/tonytins/cstdotnet.git
synced 2025-03-15 06:01:25 +00:00
Build on all latest platforms
This commit is contained in:
parent
e40ba5a904
commit
6fb130d5b3
1 changed files with 2 additions and 1 deletions
3
.github/workflows/dotnet.yml
vendored
3
.github/workflows/dotnet.yml
vendored
|
@ -7,10 +7,11 @@ on:
|
|||
branches: [main, master, "releases/**"]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.platforms }}
|
||||
strategy:
|
||||
matrix:
|
||||
dotnet: ["6.0.x"]
|
||||
platforms: ["ubuntu-latest", "windows-latex", "macos-latest"]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup .NET
|
||||
|
|
Loading…
Add table
Reference in a new issue