Skip to content

Commit 96920ed

Browse files
authored
CI: add ubuntu-26 & update brew install command (#3127)
1 parent 3186505 commit 96920ed

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)