File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,18 +35,20 @@ jobs:
3535 matrix :
3636 # See https://github.com/actions/runner-images
3737 include :
38- - os : ubuntu-22.04
38+ - os : ubuntu-latest
3939 python-version : " 3.7"
40- - os : ubuntu-22.04
40+ - os : ubuntu-latest
4141 python-version : " 3.8"
42- - os : ubuntu-22.04
42+ - os : ubuntu-latest
4343 python-version : " 3.9"
44- - os : ubuntu-22.04
44+ - os : ubuntu-latest
4545 python-version : " 3.10"
46- - os : ubuntu-22.04
46+ - os : ubuntu-latest
4747 python-version : " 3.11"
48- - os : ubuntu-22.04
48+ - os : ubuntu-latest
4949 python-version : " 3.12"
50+ - os : ubuntu-latest
51+ python-version : " 3.13"
5052
5153 - os : macos-13
5254 python-version : " 3.8"
@@ -103,7 +105,7 @@ jobs:
103105 export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
104106 cmake --version
105107
106- export SHERPA_ONNX_MAKE_ARGS="VERBOSE=1 -j "
108+ export SHERPA_ONNX_MAKE_ARGS="VERBOSE=1 -j2 "
107109
108110 python3 setup.py bdist_wheel
109111 ls -lh dist
You can’t perform that action at this time.
0 commit comments