From f397cdfdb956e732093a949379619594a248929a Mon Sep 17 00:00:00 2001 From: "Erik A. Brandstadmoen" Date: Tue, 27 Feb 2024 07:59:09 +0100 Subject: [PATCH] Workflow --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index abae7eb1..12c1219b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -345,6 +345,9 @@ jobs: - name: macos-latest arch: osx-x64 executable: grate + - name: macos-14 + arch: osx-x64 + executable: grate #arch: [ "linux", "win", "macos" ] # arch: [ "win-x64", "win-x86", "win-arm64", # "linux-musl-x64", "linux-musl-arm64", "linux-x64", "linux-arm64", @@ -358,7 +361,7 @@ jobs: with: name: grate-${{ matrix.os.arch }}-self-contained-${{ needs.set-version-number.outputs.nuGetVersion }} #name: grate-linux-musl-x64-self-contained-${{ needs.set-version-number.outputs.nuGetVersion }} - path: executables/${{ matrix.arch }} + path: executables/${{ matrix.os.arch }} - name: Setup .NET 8 uses: actions/setup-dotnet@v4 with: