Skip to content

Commit 6ba27de

Browse files
author
Florent GUIOT
committed
add macos
1 parent 6af1527 commit 6ba27de

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
target: [windows-latest, ubuntu-latest]
18+
target: [windows-latest, ubuntu-latest, macos-latest]
1919
buildConfig: [Release]
2020
include:
2121
- buildConfig: Release
@@ -29,6 +29,11 @@ jobs:
2929
artifact_name: ubuntuBuild
3030
asset_name: linux-x64
3131
runtime: linux-x64
32+
- target: macos-latest
33+
os: macos-latest
34+
artifact_name: macosBuild
35+
asset_name: macos-x64
36+
runtime: osx-x64
3237

3338
steps:
3439
# Checkout the repo

0 commit comments

Comments
 (0)