Skip to content

Commit

Permalink
Add macos to smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Apr 27, 2024
1 parent fa49068 commit ea6c6d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- {os: ubuntu-latest, python: 3.9, ffmpeg: "6.1", extras: true}
- {os: ubuntu-latest, python: 3.9, ffmpeg: "6.0"}
- {os: ubuntu-latest, python: pypy3.9, ffmpeg: "6.1"}
#- {os: macos-13, python: 3.12, ffmpeg: "6.1"}
- {os: macos-12, python: 3.9, ffmpeg: "6.1"}

env:
PYAV_PYTHON: python${{ matrix.config.python }}
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
sudo apt-get install doxygen
fi
;;
macos-13)
macos-12)
brew install automake libtool nasm pkg-config shtool texi2html wget
brew install libass libjpeg libpng libvorbis libvpx opus theora x264
;;
Expand Down

0 comments on commit ea6c6d8

Please sign in to comment.