Skip to content

Commit

Permalink
Remove macOS 12 CI build job from the actions workflow
Browse files Browse the repository at this point in the history
Per actions/runner-images#10721
macOS 12 will be removed from github action runners
on 12/03/24.  Remove the CI build from the workflow
  • Loading branch information
garybuhrmaster committed Oct 26, 2024
1 parent 4e26798 commit 133cdfa
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build-mythtv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,16 +303,6 @@ jobs:
matrix:
os:
# macOS group
- desc: 'macOS 12 (Monterey) x86_64'
runner: 'macOS-12'
arch: 'x86_64'
python_dot_version: '3.11'
qt_version: 'qt5'
database_version: 'mysql8'
extrapkgs: ''
configureopts: '--disable-firewire --enable-libmp3lame --enable-libvpx --enable-libxvid --enable-libx264 --enable-libx265 --enable-bdjava'
linkerflags: ''
cross_compile: false
- desc: 'macOS 13 (Ventura) x86_64'
runner: 'macOS-13'
arch: 'x86_64'
Expand Down

0 comments on commit 133cdfa

Please sign in to comment.