mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-27 06:22:06 +00:00
Replace FreeBSD 13.0 with 11.4 (#692)
13.0 hasn't been released yet and the CI build keeps failing for long.
This commit is contained in:
parent
21653bd08b
commit
e5695b7c2b
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@ task:
|
|||
name: FreeBSD
|
||||
freebsd_instance:
|
||||
matrix:
|
||||
# There isn't a stable 13.0 image yet (2019-09)
|
||||
image_family: freebsd-13-0-snap
|
||||
image_family: freebsd-11-4
|
||||
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