We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81195e commit 1a599a0Copy full SHA for 1a599a0
.github/workflows/unit-test.yml
@@ -14,17 +14,12 @@ permissions:
14
jobs:
15
tests:
16
name: Execute unit tests
17
- runs-on: ${{ matrix.os }}
18
- strategy:
19
- fail-fast: false
20
- matrix:
21
- os: [ ubuntu-latest ] # pin macos to latest x64 image
+ runs-on: ubuntu-latest
22
steps:
23
- name: Checkout code changes
24
uses: actions/checkout@v4
25
26
- name: Setup FFmpeg
27
uses: Stickerifier/setup-ffmpeg@improve-ffmpeg-downloads
28
with:
29
- # bump: ffmpeg-ci /ffmpeg-version: '([\d.]+)'/ docker:mwader/static-ffmpeg|~7.0
30
ffmpeg-version: '7.0.2'
0 commit comments