Skip to content

Commit

Permalink
* Adding images for ubuntu 24.04
Browse files Browse the repository at this point in the history
* Removing builds for MacOS 11 as Github has deprecated it
  • Loading branch information
cdgriffith committed Jul 1, 2024
1 parent 7cc806b commit 3a8a6a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build-nix:
strategy:
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, macos-12, macos-11 ]
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12 ]
runs-on: ${{ matrix.os }}

steps:
Expand Down
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

## Version 5.7.2

* Adding images for ubuntu 24.04
* Fixing audio quality targeting to be enabled properly for ffmpeg
* Fixing #570 Changing audio language does not work (thanks to danielly2020)
* Fixing Setting audio track title does not work (thanks to Horatio on Discord)
* Fixing #571 AttributeError: 'NoneType' object has no attribute 'lower' (thanks to 'Dude' mikeSGman)
* Removing builds for MacOS 11 as Github has deprecated it

## Version 5.7.1

Expand Down

0 comments on commit 3a8a6a6

Please sign in to comment.