Skip to content

Commit 3f6d55f

Browse files
authored
unbreak mac build due to actions/runner-images#10721 (#3204)
1 parent 9169251 commit 3f6d55f

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-12-xl]
45+
runner: [windows-large, macos-13-xlarge]
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.0.1.app/Contents/Developer"
67+
DEVELOPER_DIR: "/Applications/Xcode_14.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)