Skip to content

Commit

Permalink
Add support for ARM macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Pusnow committed Jun 21, 2023
1 parent 969919c commit 398f5f5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ jobs:
include:
- { name: windows, os: windows-2019, msvc_arch: x64, cibw_arch: AMD64}
- { name: windows, os: windows-2019, msvc_arch: x86, cibw_arch: x86}
- { name: macos, os: macos-11, cibw_arch: auto}
- { name: macos, os: macos-11, cibw_arch: x86_64}
- { name: macos, os: macos-11, cibw_arch: arm64}
- { name: linux, os: ubuntu-20.04, cibw_arch: auto}

steps:
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('mecab-ko-msvc', 'cpp',
version: '0.998',
version: '0.999',
meson_version: '>=0.63.0',
)

Expand Down
2 changes: 1 addition & 1 deletion pyproject-dic.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "mecab-ko-dic-msvc"
version = "0.998"
version = "0.999"
description = "Mecab-ko-dic-msvc build"
readme = "../README.md"
maintainers = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "mesonpy"

[project]
name = "mecab-ko-msvc"
version = "0.998"
version = "0.999"
description = "Mecab-ko-msvc build"
readme = "README.md"
maintainers = [
Expand Down

0 comments on commit 398f5f5

Please sign in to comment.