diff options
author | Brad Linden <brad@lindenlab.com> | 2023-05-03 15:15:09 -0700 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2023-05-03 15:23:32 -0700 |
commit | e41cb7b5db144b13b4e77390915d928c477eb690 (patch) | |
tree | 0e4c1ae70f8f8f72ab8c8f494a29c6c04bd9b6b5 /.github/workflows | |
parent | 9096c8d06fa8f8107870c3beafc7838277b63f2e (diff) |
Further attempts to get actions based nightly mac builds working for DRTVWR-559
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0d196132e4..1a2731209a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,6 +18,8 @@ jobs: - runner: windows-large configuration: ReleaseOS addrsize: 32 + - runner: macos-12 + developer_dir: "/Applications/Xcode_14.0.1.app/Contents/Developer" runs-on: ${{ matrix.runner }} env: AUTOBUILD_CONFIGURATION: ${{ matrix.configuration }} @@ -25,6 +27,7 @@ jobs: AUTOBUILD_INSTALLABLE_CACHE: ${{ github.workspace }}/.autobuild-installables AUTOBUILD_VARIABLES_FILE: ${{ github.workspace }}/.build-variables/variables AUTOBUILD_VSVER: "170" # vs2k22 + DEVELOPER_DIR: ${{ matrix.developer_dir }} LOGFAIL: debug # Show details when tests fail GIT_REF: ${{ github.head_ref || github.ref }} steps: |