From 023290503d34f9bccab96e2c93f7160c32326e83 Mon Sep 17 00:00:00 2001 From: past-due <30942300+past-due@users.noreply.github.com> Date: Wed, 3 Feb 2021 16:00:38 -0500 Subject: [PATCH] [GitHub Actions] Add "legacy" Xcode 11.7 build configuration --- .github/workflows/CI.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 009e875e..af46642e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -17,6 +17,13 @@ jobs: platform: [ "macos", "maccat", "ios", "tvos" ] os: [ "macos-latest" ] upload_artifacts: [ true ] + # additional specific configurations + include: + # "Legacy" Xcode 11.7 macOS build + - xcode: "11.7" + platform: "macos" + os: "macos-latest" + upload_artifacts: false fail-fast: false name: 'MoltenVK (Xcode ${{ matrix.xcode }} - ${{ matrix.platform }})'