Skip to content

Commit 98cd2af

Browse files
committed
fix: use macos-latest for x86_64 target to fix unsupported runner error
1 parent fe25cdc commit 98cd2af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
target: aarch64-apple-darwin
5151
artifact_name: pvm
5252
asset_name: pvm-macos-aarch64
53-
- os: macos-13
53+
- os: macos-latest
5454
target: x86_64-apple-darwin
5555
artifact_name: pvm
5656
asset_name: pvm-macos-x86_64

0 commit comments

Comments
 (0)