@@ -35,21 +35,21 @@ jobs:
3535 strategy :
3636 matrix :
3737 include :
38- - runner : macos-13 -large
38+ - runner : macos-15 -large
3939 cpp_flags : " -D_LIBCXX_ENABLE_ASSERTIONS=1"
4040 cpu : haswell
4141 label : bun-webkit-macos-amd64-debug
4242 brew_prefix : /usr/local/opt
4343 package_json_arch : " x64"
4444 CMAKE_BUILD_TYPE : Debug
45- - runner : macos-13 -xlarge
45+ - runner : macos-15 -xlarge
4646 cpp_flags : " -D_LIBCXX_ENABLE_ASSERTIONS=1"
4747 cpu : native
4848 label : bun-webkit-macos-arm64-debug
4949 brew_prefix : /opt/homebrew/opt
5050 package_json_arch : " arm64"
5151 CMAKE_BUILD_TYPE : Debug
52- - runner : macos-13 -xlarge
52+ - runner : macos-15 -xlarge
5353 cpp_flags : " -D_LIBCXX_ENABLE_ASSERTIONS=1"
5454 cpu : native
5555 label : bun-webkit-macos-arm64-debug-asan
@@ -58,21 +58,21 @@ jobs:
5858 CMAKE_BUILD_TYPE : Debug
5959 ENABLE_MALLOC_HEAP_BREAKDOWN : " OFF"
6060 ENABLE_SANITIZERS : " address,undefined"
61- - runner : macos-13 -large
61+ - runner : macos-15 -large
6262 cpp_flags : " "
6363 cpu : haswell
6464 label : bun-webkit-macos-amd64
6565 brew_prefix : /usr/local/opt
6666 package_json_arch : " x64"
6767 CMAKE_BUILD_TYPE : Release
68- - runner : macos-13 -xlarge
68+ - runner : macos-15 -xlarge
6969 cpp_flags : " -D_LIBCXX_ENABLE_ASSERTIONS=0"
7070 cpu : native
7171 label : bun-webkit-macos-arm64
7272 brew_prefix : /opt/homebrew/opt
7373 package_json_arch : " arm64"
7474 CMAKE_BUILD_TYPE : Release
75- - runner : macos-13 -xlarge
75+ - runner : macos-15 -xlarge
7676 cpp_flags : " -D_LIBCXX_ENABLE_ASSERTIONS=1"
7777 cpu : native
7878 label : bun-webkit-macos-arm64-asan
0 commit comments