Skip to content

Commit

Permalink
test macos-latest-large
Browse files Browse the repository at this point in the history
  • Loading branch information
ejm714 committed May 15, 2024
1 parent b26b904 commit cc1025f
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
DISTUTILS_USE_SDK: 1 # for MSVC compiler
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [macos-latest-large]
python-version: [3.8, 3.9]

steps:
Expand All @@ -65,13 +65,13 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
version: "4.4"

- if: matrix.os == 'macos-latest'
name: Setup FFmpeg
run: |
brew install ffmpeg@4
echo 'export PATH="/opt/homebrew/opt/ffmpeg@4/bin:$PATH"' >> /Users/runner/.bash_profile
source /Users/runner/.bash_profile
ffprobe -version
# - if: matrix.os == 'macos-latest'
# name: Setup FFmpeg
# run: |
# brew install ffmpeg@4
# echo 'export PATH="/opt/homebrew/opt/ffmpeg@4/bin:$PATH"' >> /Users/runner/.bash_profile
# source /Users/runner/.bash_profile
# ffprobe -version

- name: Configure Windows compilers
uses: ilammy/msvc-dev-cmd@v1
Expand All @@ -87,7 +87,6 @@ jobs:
- name: Run tests
run: |
source /Users/runner/.bash_profile
ffmpeg -version
ffprobe -version
make tests
Expand Down

0 comments on commit cc1025f

Please sign in to comment.