We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af1527 commit 6ba27deCopy full SHA for 6ba27de
1 file changed
.github/workflows/dotnet-desktop.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
strategy:
17
matrix:
18
- target: [windows-latest, ubuntu-latest]
+ target: [windows-latest, ubuntu-latest, macos-latest]
19
buildConfig: [Release]
20
include:
21
- buildConfig: Release
@@ -29,6 +29,11 @@ jobs:
29
artifact_name: ubuntuBuild
30
asset_name: linux-x64
31
runtime: linux-x64
32
+ - target: macos-latest
33
+ os: macos-latest
34
+ artifact_name: macosBuild
35
+ asset_name: macos-x64
36
+ runtime: osx-x64
37
38
steps:
39
# Checkout the repo
0 commit comments