Skip to content

Commit 14f78b1

Browse files
committed
ci: pin macos ffmpeg version to 7.1
1 parent c088a49 commit 14f78b1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: ci
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [main]
66
pull_request:
7-
branches: [ main ]
7+
branches: [main]
88

99
env:
1010
CARGO_TERM_COLOR: always
@@ -36,7 +36,7 @@ jobs:
3636
run: cargo build
3737

3838
build-macos:
39-
name: build / macos / latest ffmpeg
39+
name: build / macos / ffmpeg 7.1
4040
runs-on: macos-latest
4141

4242
steps:
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Install dependencies
4747
run: |
48-
brew install ffmpeg pkg-config
48+
brew install ffmpeg@7 pkg-config
4949
5050
- name: Setup Rust
5151
uses: dtolnay/rust-toolchain@stable
@@ -94,8 +94,8 @@ jobs:
9494
DEBIAN_FRONTEND=noninteractive apt-get update
9595
DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential ca-certificates clang curl pkg-config
9696
97-
# - name: Setup Rust
98-
# uses: dtolnay/rust-toolchain@stable
97+
# - name: Setup Rust
98+
# uses: dtolnay/rust-toolchain@stable
9999

100100
# TODO: Temporarily use nightly version of Rust for tests. Stable
101101
# currently has a bug that causes linking to fail. The fix is in

0 commit comments

Comments
 (0)