diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 893bdfe3ca387e3bc1d4116afe9e35f006e1c322..6fa57b6d7c6672b9c96310b9539bec0a90879de7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -10,7 +10,7 @@ jobs: build: strategy: matrix: - runner: [windows-2022] + runner: [windows-2022-public-002] configuration: [ReleaseOS] addrsize: [64] include: diff --git a/autobuild.xml b/autobuild.xml index 288def254b08f54493fe1ec1d6bc021566809eaa..962d82a3f8cb7b5ade7eb724953183d8ec75cdc1 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3099,6 +3099,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <array> <string>-configuration</string> <string>RelWithDebInfo</string> + <string>-parallelizeTargets</string> + <string>-jobs</string> + <string>${AUTOBUILD_CPU_COUNT}</string> <string>-project</string> <string>SecondLife.xcodeproj</string> </array> @@ -3130,6 +3133,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <array> <string>-configuration</string> <string>RelWithDebInfo</string> + <string>-parallelizeTargets</string> + <string>-jobs</string> + <string>${AUTOBUILD_CPU_COUNT}</string> <string>-project</string> <string>SecondLife.xcodeproj</string> </array> @@ -3155,6 +3161,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <array> <string>-configuration</string> <string>Release</string> + <string>-parallelizeTargets</string> + <string>-jobs</string> + <string>${AUTOBUILD_CPU_COUNT}</string> <string>-project</string> <string>SecondLife.xcodeproj</string> </array> @@ -3184,6 +3193,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <array> <string>-configuration</string> <string>Release</string> + <string>-parallelizeTargets</string> + <string>-jobs</string> + <string>${AUTOBUILD_CPU_COUNT}</string> <string>-project</string> <string>SecondLife.xcodeproj</string> </array>