Skip to content

Commit f66d91e

Browse files
try the best on macos-12
1 parent 99db23c commit f66d91e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ on:
5555
required: false
5656
jobs:
5757
build-libcxx32:
58-
runs-on: macos-12
58+
runs-on: macos-13
5959
steps:
6060
- name: Check Cache libcxx32
6161
id: libcxx32-llvm
@@ -89,7 +89,7 @@ jobs:
8989
cmake ../llvm/llvm -DLLVM_ENABLE_PROJECTS="libcxx;libcxxabi" -DCMAKE_BUILD_TYPE=Release -DLIBCXX_BUILD_32_BITS=ON -DLIBCXXABI_BUILD_32_BITS=ON -DLLVM_BUILD_32_BITS=ON
9090
make -j8 cxx cxxabi
9191
build-libcxx64:
92-
runs-on: macos-12
92+
runs-on: macos-13
9393
steps:
9494
- name: Check Cache libcxx64
9595
id: libcxx64-llvm
@@ -361,7 +361,7 @@ jobs:
361361
lipo -remove arm64 ./source/osx-angle-ci/artifacts/libGLESv2.dylib -output ./source/osx-angle-ci/artifacts/libGLESv2.dylib
362362
if: steps.angle.outputs.cache-hit != 'true'
363363
build-protobuf:
364-
runs-on: macos-12
364+
runs-on: macos-13
365365
steps:
366366
- uses: actions/cache/restore@v3
367367
id: cache
@@ -423,7 +423,7 @@ jobs:
423423
mcpelauncher-manifest-ref: ${{ inputs.mcpelauncher-ref }}
424424
submodule-refs: ${{ inputs.submodule-refs }}
425425
build:
426-
runs-on: macos-12
426+
runs-on: macos-13
427427
if: "!(cancelled() || failure())"
428428
needs: [build-libcxx, buildopenssl, buildangle, build-protobuf, build-m1]
429429
permissions:

0 commit comments

Comments
 (0)