Skip to content

Commit bb5fa35

Browse files
authored
Roll back to Xcode 14.0.1 to fix secondlife/viewer-private#347 (#3297)
1 parent a66ec26 commit bb5fa35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
needs: setup
4343
strategy:
4444
matrix:
45-
runner: [windows-large, macos-13-xlarge]
45+
runner: [windows-large, macos-12-large]
4646
configuration: ${{ fromJSON(needs.setup.outputs.configurations) }}
4747
runs-on: ${{ matrix.runner }}
4848
outputs:
@@ -64,7 +64,7 @@ jobs:
6464
# autobuild-package.xml.
6565
AUTOBUILD_VCS_INFO: "true"
6666
AUTOBUILD_VSVER: "170"
67-
DEVELOPER_DIR: "/Applications/Xcode_14.1.app/Contents/Developer"
67+
DEVELOPER_DIR: "/Applications/Xcode_14.0.1.app/Contents/Developer"
6868
# Ensure that Linden viewer builds engage Bugsplat.
6969
BUGSPLAT_DB: ${{ needs.setup.outputs.bugsplat_db }}
7070
build_coverity: false

0 commit comments

Comments
 (0)