From 3a8a6a64325dd57d7af73ab76d7c6f5ce5e26be4 Mon Sep 17 00:00:00 2001 From: Chris Griffith Date: Mon, 1 Jul 2024 13:05:52 -0500 Subject: [PATCH] * Adding images for ubuntu 24.04 * Removing builds for MacOS 11 as Github has deprecated it --- .github/workflows/build.yaml | 2 +- CHANGES | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f48cb765..5e96773f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: diff --git a/CHANGES b/CHANGES index 3cdf32da..7be4947d 100644 --- a/CHANGES +++ b/CHANGES @@ -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