diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 613ba08..fe68d68 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: # https://github.com/actions/runner-images - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, windows-latest, macos-14] runs-on: ${{ matrix.os }} env: # temp fix frontend build @@ -51,6 +51,13 @@ jobs: name: Heartbeat-win-x64 path: artifacts/win-x64/ retention-days: 1 + - name: 'Upload Artifact osx-arm64' + if: ${{ matrix.os == 'macos-14' }} + uses: actions/upload-artifact@v4 + with: + name: Heartbeat-osx-arm64 + path: artifacts/osx-arm64/ + retention-days: 1 release: needs: build-aot diff --git a/Directory.Build.props b/Directory.Build.props index a79bba2..4fe90f8 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,7 +7,7 @@ - 0.6.0 + 0.7.0 https://github.com/Ne4to/Heartbeat true MIT @@ -15,7 +15,7 @@ ClrMd diagnostics Diagnostics utility to analyze memory dumps of a .NET application - + Debug;Release;DebugOpenAPI;ReleaseAOT