Skip to content

Commit

Permalink
ci: switch to the macos-14 runner (#18)
Browse files Browse the repository at this point in the history
Builds for osx-arm64 were not getting adhoc code-signed, making the
binaries get killed on startup.

The .NET SDK only invokes codesign on a macOS machine according to
dotnet/sdk#34917.

Closes #12
Closes #8
  • Loading branch information
Phault authored Feb 17, 2024
1 parent 873b4b7 commit 6c8c159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build:
name: test_release
runs-on: ubuntu-latest
runs-on: macos-14

steps:
- name: Checkout
Expand Down

0 comments on commit 6c8c159

Please sign in to comment.