Skip to content

Commit a459af4

Browse files
committed
test: test
1 parent b290781 commit a459af4

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,11 @@ jobs:
242242
xcode: "Xcode_15.2"
243243
- os: "macos-15"
244244
arch: "arm"
245+
- os: "macos-15"
246+
arch: "arm"
247+
swift: "\-target arm64-apple-macosx10.12"
248+
target: "10.12"
249+
245250
steps:
246251
- uses: actions/checkout@v4
247252

@@ -273,6 +278,8 @@ jobs:
273278
CC: "${{ matrix.cc }}"
274279
CXX: "${{ matrix.cxx }}"
275280
TRAVIS_OS_NAME: "${{ matrix.os }}"
281+
CI_SWIFT_FLAGS: "${{ matrix.swift }}"
282+
MACOSX_DEPLOYMENT_TARGET: "${{ matrix.target }}"
276283

277284
- name: Create App Bundle
278285
run: |

ci/build-macos.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ meson setup build $common_args \
1919
-D{gl,iconv,lcms2,lua,jpeg,plain-gl,zlib}=enabled \
2020
-D{cocoa,coreaudio,gl-cocoa,videotoolbox-gl,videotoolbox-pl}=enabled \
2121
-D{swift-build,macos-cocoa-cb,macos-media-player,macos-touchbar,vulkan}=enabled
22+
-Dswift-flags="${CI_SWIFT_FLAGS}"
2223

2324
meson compile -C build -j4
2425
meson install -C build

0 commit comments

Comments
 (0)