Skip to content

Commit

Permalink
24.04 で何かが入らないっぽい?
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Dec 13, 2024
1 parent 2cc48c1 commit 9e42d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# 1箇所で pyi を生成してアーティファクトにアップロードして、
# それを各ビルドで利用する形にする。
build_pyi:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
Expand All @@ -33,7 +33,7 @@ jobs:
- run: uv sync
- name: Generate pyi
run: |
uv run python run.py ubuntu-22.04_x86_64
uv run python run.py ubuntu-24.04_x86_64
mkdir sora_sdk/
cp src/sora_sdk/py.typed sora_sdk/
cp src/sora_sdk/sora_sdk_ext.pyi sora_sdk/
Expand Down

0 comments on commit 9e42d76

Please # to comment.