Skip to content

Commit 04ec21b

Browse files
committed
github: Run tests with the ffmpeg 6.0 release instead of 5.1.2
1 parent 22790a8 commit 04ec21b

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
@@ -432,7 +432,7 @@ jobs:
432432
uses: actions/checkout@v3
433433
with:
434434
repository: ffmpeg/ffmpeg
435-
ref: n5.1.2
435+
ref: n6.0
436436
path: ffmpeg
437437
- name: Build ffmpeg
438438
run: |
@@ -487,7 +487,7 @@ jobs:
487487
uses: actions/checkout@v3
488488
with:
489489
repository: ffmpeg/ffmpeg
490-
ref: n5.1.2
490+
ref: n6.0
491491
path: ffmpeg
492492
- name: Build & test ffmpeg
493493
run: |

0 commit comments

Comments
 (0)