File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -22,31 +22,31 @@ jobs:
2222 include :
2323 - os : ubuntu-22.04
2424 arch : x86_64
25- py_ver_prefix : cp310
25+ py_ver_prefix : cp39
2626 device : cpu
2727 - os : ubuntu-22.04
2828 arch : x86_64
29- py_ver_prefix : cp310
29+ py_ver_prefix : cp39
3030 device : gpu
3131 - os : ubuntu-22.04
3232 arch : aarch64
33- py_ver_prefix : cp310
33+ py_ver_prefix : cp39
3434 device : cpu
3535 - os : ubuntu-22.04
3636 arch : s390x
37- py_ver_prefix : cp310
37+ py_ver_prefix : cp39
3838 device : cpu
3939 - os : ubuntu-22.04
4040 arch : ppc64le
41- py_ver_prefix : cp310
41+ py_ver_prefix : cp39
4242 device : cpu
4343 - os : macos-13
4444 arch : x86_64
45- py_ver_prefix : cp310
45+ py_ver_prefix : cp39
4646 device : cpu
4747 - os : macos-13
4848 arch : arm64
49- py_ver_prefix : cp310
49+ py_ver_prefix : cp39
5050 device : cpu
5151 # - os: windows-2019
5252 # arch: AMD64
@@ -115,8 +115,8 @@ jobs:
115115 - name : Build macos release package
116116 if : runner.os == 'macOS'
117117 run : |
118- wget https://www.python.org/ftp/python/3.10.11 /python-3.10.11 -macos11.pkg
119- sudo installer -pkg python-3.10.11 -macos11.pkg -target /
118+ wget https://www.python.org/ftp/python/3.9.13 /python-3.9.13 -macos11.pkg
119+ sudo installer -pkg python-3.9.13 -macos11.pkg -target /
120120 brew install binutils
121121 ./scripts/build_ffmpeg.sh --arch=${{ matrix.arch }}
122122 export PKG_CONFIG_PATH=$(pwd)/ffmpeg_${{ matrix.arch }}/lib/pkgconfig
You can’t perform that action at this time.
0 commit comments