Skip to content

Commit

Permalink
CI: Test if macOS 13 build succeeds
Browse files Browse the repository at this point in the history
  • Loading branch information
radioactiveman committed May 28, 2024
1 parent cb0005f commit ee62dcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ubuntu_qt5_packages='libqt5x11extras5-dev qtbase5-dev qtmultimedia5-dev'
ubuntu_qt6_packages='qt6-base-dev'

macos_packages='adplug faad2 ffmpeg libbs2b libcue libmms libmodplug libnotify
libopenmpt libsamplerate libsoxr neon sdl2 wavpack'
libopenmpt libsamplerate libsoxr neon opusfile sdl2 wavpack'

case "$os" in
ubuntu-20.04)
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
build:
strategy:
matrix:
os: ['ubuntu-20.04', 'ubuntu-22.04', 'ubuntu-24.04', 'macos-12', 'windows-2022']
#os: ['ubuntu-20.04', 'ubuntu-22.04', 'ubuntu-24.04', 'macos-12', 'windows-2022']
os: ['macos-13']
build-system: ['autotools', 'meson']
fail-fast: false
runs-on: ${{ matrix.os }}
Expand All @@ -22,7 +23,7 @@ jobs:
- name: Checkout audacious
uses: actions/checkout@v4
with:
repository: audacious-media-player/audacious
repository: radioactiveman/audacious
path: audacious

- name: Install dependencies
Expand Down

0 comments on commit ee62dcc

Please sign in to comment.