Compare commits

..

No commits in common. "bfefa9560e5387381fadc80423642b5ebecde1a6" and "193ed43f1de262ae0fe2536273e4bd6715117a07" have entirely different histories.

View file

@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
os: [windows-latest, ubuntu-latest, macos-13]
timeout-minutes: 7
steps:
@ -30,15 +30,14 @@ jobs:
with:
dotnet-version: '8.0.x'
- if: matrix.os == 'ubuntu-latest'
name: Lint with dotnet
- name: Lint with dotnet
run: dotnet format FFMpegCore.sln --severity warn --verify-no-changes
- name: Setup FFmpeg
uses: AnimMouse/setup-ffmpeg@ae28d57dabbb148eff63170b6bf7f2b60062cbae # 1.1.0
- name: Prepare FFMpeg
uses: FedericoCarboni/setup-ffmpeg@v3
with:
version: ${{ matrix.os != 'macos-latest' && '7.1' || '711' }}
token: ${{ github.token }}
ffmpeg-version: 6.0.1
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Test with dotnet
run: dotnet test FFMpegCore.sln --collect "XPlat Code Coverage" --logger GitHubActions