mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
Fix FreeBSD CI (#631)
Switch to FreeBSD 12.1-RELEASE. 12.0-RELEASE is no longer supported. Signed-off-by: Tobias Kortkamp <t@tobik.me>
This commit is contained in:
parent
85237e4fc8
commit
fdd577b567
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ task:
|
|||
matrix:
|
||||
# There isn't a stable 13.0 image yet (2019-09)
|
||||
image_family: freebsd-13-0-snap
|
||||
image_family: freebsd-12-0
|
||||
image_family: freebsd-12-1
|
||||
|
||||
install_script: pwd && ls -la && pkg update --force && pkg install -y cmake glib alsa-lib ladspa portaudio pulseaudio pkgconf sdl2
|
||||
|
||||
|
|
Loading…
Reference in a new issue