Skip to content

Commit 1a599a0

Browse files
committed
simplify workflow
1 parent a81195e commit 1a599a0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,12 @@ permissions:
1414
jobs:
1515
tests:
1616
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
17+
runs-on: ubuntu-latest
2218
steps:
2319
- name: Checkout code changes
2420
uses: actions/checkout@v4
2521

2622
- name: Setup FFmpeg
2723
uses: Stickerifier/setup-ffmpeg@improve-ffmpeg-downloads
2824
with:
29-
# bump: ffmpeg-ci /ffmpeg-version: '([\d.]+)'/ docker:mwader/static-ffmpeg|~7.0
3025
ffmpeg-version: '7.0.2'

0 commit comments

Comments
 (0)