Skip to content

Commit 2ca1813

Browse files
authored
chore: update macOS version in release workflow
Updated macOS version from 13 and 14 to 15 in release workflow.
1 parent 48e92d8 commit 2ca1813

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
target: x86_64-unknown-linux-gnu
2424
archive_ext: tar.gz
2525
binary_name: langcodec
26-
- os: macos-13
26+
- os: macos-15
2727
target: x86_64-apple-darwin
2828
archive_ext: tar.gz
2929
binary_name: langcodec
30-
- os: macos-14
30+
- os: macos-15
3131
target: aarch64-apple-darwin
3232
archive_ext: tar.gz
3333
binary_name: langcodec

0 commit comments

Comments
 (0)