File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1414 - ' **.txt'
1515jobs :
1616 style :
17- runs-on : ubuntu-latest
17+ runs-on : ubuntu-24.04
1818 steps :
1919 - name : Checkout
2020 uses : actions/checkout@v4
3434 fail-fast : false
3535 matrix :
3636 config :
37- - {os: ubuntu-latest , python: "3.12", ffmpeg: "7.1", extras: true}
38- - {os: ubuntu-latest , python: "3.9", ffmpeg: "7.0.2"}
39- - {os: ubuntu-latest , python: "pypy3.10", ffmpeg: "7.1"}
37+ - {os: ubuntu-24.04 , python: "3.12", ffmpeg: "7.1", extras: true}
38+ - {os: ubuntu-24.04 , python: "3.9", ffmpeg: "7.0.2"}
39+ - {os: ubuntu-24.04 , python: "pypy3.10", ffmpeg: "7.1"}
4040 - {os: macos-14, python: "3.9", ffmpeg: "7.1"}
4141 - {os: macos-14, python: "3.9", ffmpeg: "7.0.2"}
4242
5656 - name : OS Packages
5757 run : |
5858 case ${{ matrix.config.os }} in
59- ubuntu-latest )
59+ ubuntu-24.04 )
6060 sudo apt-get update
6161 sudo apt-get install autoconf automake build-essential cmake \
6262 libtool pkg-config nasm zlib1g-dev libvorbis-dev libx264-dev
Original file line number Diff line number Diff line change 55 workflow_dispatch :
66jobs :
77 package-source :
8- runs-on : ubuntu-latest
8+ runs-on : ubuntu-24.04
99 steps :
1010 - uses : actions/checkout@v4
1111 - uses : actions/setup-python@v5
3434 arch : x86_64
3535 - os : ubuntu-24.04-arm
3636 arch : aarch64
37- - os : ubuntu-latest
37+ - os : ubuntu-24.04
3838 arch : i686
39- - os : ubuntu-latest
39+ - os : ubuntu-24.04
4040 arch : x86_64
4141 - os : windows-latest
4242 arch : AMD64
You can’t perform that action at this time.
0 commit comments