Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
MOZC_SHA: 6ae94251cfb13d6e6a48a9b6837d5e4031e30e8a
MOZC_SHA: 78d14ff43eb3f0998c1a729951b5f6532fe6483a

jobs:
lint:
Expand All @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'

- name: Install dependencies
run: pip install ruff pyright
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/harmony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'

- name: Install dependencies
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-24.04
env:
EMSCRIPTEN_VERSION: '4.0.16'
EMSCRIPTEN_VERSION: '4.0.17'
steps:
- uses: actions/checkout@v5
with:
Expand All @@ -32,7 +32,7 @@ jobs:

- uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'

- name: Install dependencies
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'

- name: Version info
run: |
Expand Down
2 changes: 1 addition & 1 deletion libmozc
Loading