Skip to content

Commit

Permalink
investigate build issues for macos arm64 (#450)
Browse files Browse the repository at this point in the history
* confirmed that now only the gatekeeper makes problems
  • Loading branch information
ChristopherHX authored Nov 30, 2024
1 parent 8ac6b41 commit ef2350d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- osx-arm64
fxdependent: [ true, false ]

runs-on: ubuntu-latest
runs-on: ${{ contains(matrix.runtime, 'osx') && 'macos-latest' || 'ubuntu-latest' }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit ef2350d

Please sign in to comment.