Skip to content

Commit

Permalink
use latest macOS in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha committed May 29, 2024
1 parent 65a8022 commit 4dff7ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
target/x86_64-unknown-linux-gnu/release/libmirrord_layer.so
if-no-files-found: error
build_binaries_macos:
runs-on: macos-13
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- run: rm rust-toolchain.toml
Expand Down
1 change: 1 addition & 0 deletions changelog.d/+release-machine-macos-latest.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update release action to use latest macOS

0 comments on commit 4dff7ac

Please sign in to comment.