From 0eaa0b23ea265e677b7e73ee857f2d75a54b94ce Mon Sep 17 00:00:00 2001 From: Jack Lau Date: Fri, 28 Nov 2025 14:56:10 +0800 Subject: [PATCH] release: use python3.9 Signed-off-by: Jack Lau --- .github/workflows/release.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c10ef98..929b277d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,31 +22,31 @@ jobs: include: - os: ubuntu-22.04 arch: x86_64 - py_ver_prefix: cp310 + py_ver_prefix: cp39 device: cpu - os: ubuntu-22.04 arch: x86_64 - py_ver_prefix: cp310 + py_ver_prefix: cp39 device: gpu - os: ubuntu-22.04 arch: aarch64 - py_ver_prefix: cp310 + py_ver_prefix: cp39 device: cpu - os: ubuntu-22.04 arch: s390x - py_ver_prefix: cp310 + py_ver_prefix: cp39 device: cpu - os: ubuntu-22.04 arch: ppc64le - py_ver_prefix: cp310 + py_ver_prefix: cp39 device: cpu - os: macos-13 arch: x86_64 - py_ver_prefix: cp310 + py_ver_prefix: cp39 device: cpu - os: macos-13 arch: arm64 - py_ver_prefix: cp310 + py_ver_prefix: cp39 device: cpu #- os: windows-2019 # arch: AMD64 @@ -115,8 +115,8 @@ jobs: - name: Build macos release package if: runner.os == 'macOS' run: | - wget https://www.python.org/ftp/python/3.10.11/python-3.10.11-macos11.pkg - sudo installer -pkg python-3.10.11-macos11.pkg -target / + wget https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg + sudo installer -pkg python-3.9.13-macos11.pkg -target / brew install binutils ./scripts/build_ffmpeg.sh --arch=${{ matrix.arch }} export PKG_CONFIG_PATH=$(pwd)/ffmpeg_${{ matrix.arch }}/lib/pkgconfig