File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -429,6 +429,7 @@ jobs:
429429 name :
430430 - ubuntu-22
431431 - ubuntu-24
432+ - ubuntu-26
432433 - ubuntu-static-link
433434 - ubuntu-arm-static-link
434435 include :
@@ -437,6 +438,8 @@ jobs:
437438 apt-outdated : true
438439 - name : ubuntu-24
439440 os : ubuntu-24.04
441+ - name : ubuntu-26
442+ os : ubuntu-26.04
440443 - name : ubuntu-static-link
441444 os : ubuntu-22.04
442445 static-link : true
@@ -635,8 +638,7 @@ jobs:
635638 - name : Install dependencies
636639 if : matrix.static-link != true
637640 run : |
638- brew install libevent opus opusfile libvorbis zlib
639- # brew install sqlite libx11 freetype libjpeg-turbo libpng xz
641+ brew install libevent opus opusfile libvorbis zlib sqlite libx11 freetype libjpeg-turbo libpng xz
640642
641643 - name : Install NASM
642644 if : matrix.static-link == true
You can’t perform that action at this time.
0 commit comments