Skip to content

Commit f52d249

Browse files
committed
Update ci.yml
1 parent f426ca9 commit f52d249

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
-Dfribidi:tests=false
3535
-Dfribidi:docs=false
3636
-Dlibass:fontconfig=disabled
37+
-Dwx_version='3.3.0'
3738
#- {
3839
# name: Windows MinGW,
3940
# os: windows-latest,
@@ -55,13 +56,13 @@ jobs:
5556
name: macOS Debug,
5657
os: macos-13,
5758
buildtype: debugoptimized,
58-
args: -Ddefault_library=static -Dbuild_osx_bundle=true -Dlocal_boost=true --force-fallback-for=ffms2
59+
args: -Ddefault_library=static -Dbuild_osx_bundle=true -Dlocal_boost=true --force-fallback-for=ffms2 -Dwx_version='3.3.0'
5960
}
6061
- {
6162
name: macOS Release,
6263
os: macos-13,
6364
buildtype: release,
64-
args: -Ddefault_library=static -Dbuild_osx_bundle=true -Dlocal_boost=true --force-fallback-for=ffms2
65+
args: -Ddefault_library=static -Dbuild_osx_bundle=true -Dlocal_boost=true --force-fallback-for=ffms2 -Dwx_version='3.3.0'
6566
}
6667

6768
steps:

0 commit comments

Comments
 (0)