Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit a886337

Browse files
committed
disable sdl1 on macos
1 parent 2d6f7e1 commit a886337

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
{ name: 'SDL2',
2727
conf: '--enable-sdl2ui --with-sdlsound --without-pulse',
2828
deps: 'sdl2 sdl2_image' },
29-
{ name: 'SDL1',
30-
conf: '--enable-sdl1ui --with-sdlsound --without-pulse',
31-
deps: 'sdl sdl12-compat sdl2_image' },
29+
# { name: 'SDL1',
30+
# conf: '--enable-sdl1ui --with-sdlsound --without-pulse',
31+
# deps: 'sdl sdl12-compat sdl2_image' },
3232
{ name: 'Headless',
3333
conf: '--enable-headlessui --with-pulse',
3434
deps: '' }

0 commit comments

Comments
 (0)