DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit fdceb632ba6887b167623e68f974b96157ff13c1
parent 061f6c4e6444f961b5d601f6dbe60e1e04748094
Author: falkTX <falktx@falktx.com>
Date:   Mon, 12 Dec 2022 00:01:55 +0000

Add macos-10.15 to CI tests

Signed-off-by: falkTX <falktx@falktx.com>

Diffstat:
M.github/workflows/cmake.yml | 12++++++------
M.github/workflows/example-plugins.yml | 4++--
2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml @@ -18,8 +18,8 @@ jobs: submodules: recursive - uses: distrho/dpf-cmake-action@v1 with: - dpf_path: . target: ${{ matrix.target }} + dpf_path: . ubuntu-22-04: strategy: @@ -32,13 +32,13 @@ jobs: submodules: recursive - uses: distrho/dpf-cmake-action@v1 with: - dpf_path: . target: ${{ matrix.target }} + dpf_path: . macos-11: strategy: matrix: - target: [macos-intel, macos-universal] + target: [macos-intel, macos-universal, macos-10.15] runs-on: macos-11 steps: - uses: actions/checkout@v3 @@ -46,13 +46,13 @@ jobs: submodules: recursive - uses: distrho/dpf-cmake-action@v1 with: - dpf_path: . target: ${{ matrix.target }} + dpf_path: . macos-12: strategy: matrix: - target: [macos-intel, macos-universal] + target: [macos-intel, macos-universal, macos-10.15] runs-on: macos-12 steps: - uses: actions/checkout@v3 @@ -60,8 +60,8 @@ jobs: submodules: recursive - uses: distrho/dpf-cmake-action@v1 with: - dpf_path: . target: ${{ matrix.target }} + dpf_path: . cmake_win32: runs-on: windows-2019 diff --git a/.github/workflows/example-plugins.yml b/.github/workflows/example-plugins.yml @@ -35,7 +35,7 @@ jobs: macos-11: strategy: matrix: - target: [macos-intel, macos-universal] + target: [macos-intel, macos-universal, macos-10.15] runs-on: macos-11 steps: - uses: actions/checkout@v3 @@ -49,7 +49,7 @@ jobs: macos-12: strategy: matrix: - target: [macos-intel, macos-universal] + target: [macos-intel, macos-universal, macos-10.15] runs-on: macos-12 steps: - uses: actions/checkout@v3