summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2020-11-20 12:10:30 +0100
committerUwe Klotz <uklotz@mixxx.org>2020-11-20 12:10:30 +0100
commit75fe3c292343630c4dc018c532b6909b158e8434 (patch)
tree3b09c41fdbafa6c5eac077c6cf3c9438163715e8 /.github
parent635d58521c05c7fecb4d67b9ca69c94b38fb9d9b (diff)
GitHub CI: Use build matrix for macOS
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index bf19532667..b339f7774e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -127,9 +127,12 @@ jobs:
name: Ubuntu DEB
path: cmake_build/*.deb
- build-mac:
- name: macOS 10.15
- runs-on: macos-10.15
+ build-macos:
+ name: ${{ matrix.os }}
+ runs-on: ${{ matrix.os }}
+ strategy:
+ matrix:
+ os: [macos-10.15]
env:
APPLE_CODESIGN_IDENTITY: 2C2B5D3EDCE82BA55E22E9A67F16F8D03E390870
steps: