Skip to content

Commit 09d5ba2

Browse files
committed
github: Bump to building ffmpeg 6.1.2 rather than 6.0
This fixes building on Ubuntu 24.04 (the one currently used by the github actions ubuntu-latest tag), by including a fix for texinfo 7.0. Not bumping to ffmpeg 7.x, as some tests there can be flaky at times.
1 parent 8400557 commit 09d5ba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ jobs:
605605
uses: actions/checkout@v4
606606
with:
607607
repository: ffmpeg/ffmpeg
608-
ref: n6.0
608+
ref: n6.1.2
609609
path: ffmpeg
610610
- name: Build ffmpeg
611611
run: |
@@ -659,7 +659,7 @@ jobs:
659659
uses: actions/checkout@v4
660660
with:
661661
repository: ffmpeg/ffmpeg
662-
ref: n6.0
662+
ref: n6.1.2
663663
path: ffmpeg
664664
- name: Build & test ffmpeg
665665
run: |

0 commit comments

Comments
 (0)