Skip to content

Commit

Permalink
Add 7.0 to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFeldmann committed Apr 19, 2024
1 parent 2750492 commit 496b2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
{os: ubuntu-latest, artifactName: ffmpegTestUbuntu, azureFolder: ubuntu-22.04, unzipCommand: unzip },
{os: macos-latest, artifactName: ffmpegTestMacIntel, azureFolder: macos-intel, unzipCommand: unzip },
{os: macos-14, artifactName: ffmpegTestMacM1, azureFolder: macos-m1, unzipCommand: unzip } ]
ffmpegVersions: [2.8.22, 3.4.13, 4.4.4, 5.1.4, 6.1.1]
ffmpegVersions: [2.8.22, 3.4.13, 4.4.4, 5.1.4, 6.1.1, 7.0]
runs-on: ${{ matrix.config.os }}
steps:
- uses: actions/download-artifact@master
Expand Down

0 comments on commit 496b2ed

Please sign in to comment.