Skip to content

Commit 0f60058

Browse files
committed
fix build error c++23 for macos
1 parent 40615a6 commit 0f60058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# autobuild-package.xml.
7373
AUTOBUILD_VCS_INFO: "true"
7474
AUTOBUILD_VSVER: "170"
75-
DEVELOPER_DIR: "/Applications/Xcode_16.0.app/Contents/Developer"
75+
DEVELOPER_DIR: "/Applications/Xcode_16.1.app/Contents/Developer"
7676
# Ensure that Linden viewer builds engage Bugsplat.
7777
BUGSPLAT_DB: ${{ needs.setup.outputs.bugsplat_db }}
7878
build_coverity: false

0 commit comments

Comments
 (0)