Skip to content

Commit

Permalink
Update CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Aug 27, 2024
1 parent c0b8989 commit 630c6f7
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,24 @@ jobs:
fail-fast: false
matrix:
include:
# We want 3.8 because it works on Windows 7.
- artifact-name: 'win32'
python-version: '3.8.10'
arch: 'x86'
os: 'windows-latest'
bitness: '32'
ffmpeg-repo: 'sudo-nautilus/FFmpeg-Builds-Win32'
# - artifact-name: 'win32'
# python-version: '3.8.10'
# arch: 'x86'
# os: 'windows-latest'
# bitness: '32'
# ffmpeg-repo: 'sudo-nautilus/FFmpeg-Builds-Win32'
- artifact-name: 'win64'
python-version: '3.11'
python-version: '3.12'
arch: 'x64'
os: 'windows-latest'
bitness: '64'
ffmpeg-repo: 'BtbN/FFmpeg-Builds'
# - artifact-name: 'linux64'
# python-version: '3.11'
# arch: 'x64'
# os: 'ubuntu-latest'
# bitness: '64'
# ffmpeg-repo: ''
- artifact-name: 'linux64'
python-version: '3.12'
arch: 'x64'
os: 'ubuntu-latest'
bitness: '64'
ffmpeg-repo: ''
runs-on: ${{ matrix.os }}
steps:
# Use the tag if created there, dev each week, or what's specified when done manually.
Expand Down Expand Up @@ -80,7 +79,7 @@ jobs:
python -m pip install -r requirements.txt
- name: Download FFmpeg
if: ${{ matrix.ffmpeg-repo }}
uses: robinraju/release-downloader@v1.7
uses: robinraju/release-downloader@v1.11
with:
repository: ${{ matrix.ffmpeg-repo }}
latest: true
Expand Down

0 comments on commit 630c6f7

Please # to comment.