Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,11 +303,13 @@ jobs:
- name: Build with meson
id: build
run: |
if [ -n "${{ matrix.target }}" ]; then
export MACOSX_DEPLOYMENT_TARGET="${{ matrix.target }}"
fi
./ci/build-macos.sh
env:
TRAVIS_OS_NAME: "${{ matrix.os }}"
SWIFT_FLAGS: "${{ matrix.swift }}"
MACOSX_DEPLOYMENT_TARGET: "${{ matrix.target }}"

- name: Create App Bundle
if: ${{ matrix.arch != 'test' }}
Expand Down