Skip to content

Commit

Permalink
[DRAFT] Downgrade more
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Apr 24, 2024
1 parent 0f673d7 commit 2ac60d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ on:
required: false
jobs:
build-libcxx32:
runs-on: macos-13
runs-on: macos-12
steps:
- name: Check Cache libcxx32
id: libcxx32-llvm
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
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
make -j8 cxx cxxabi
build-libcxx64:
runs-on: macos-13
runs-on: macos-12
steps:
- name: Check Cache libcxx64
id: libcxx64-llvm
Expand Down Expand Up @@ -358,7 +358,7 @@ jobs:
lipo -remove arm64 ./source/osx-angle-ci/artifacts/libGLESv2.dylib -output ./source/osx-angle-ci/artifacts/libGLESv2.dylib
if: steps.angle.outputs.cache-hit != 'true'
build-protobuf:
runs-on: macos-13
runs-on: macos-12
steps:
- uses: actions/cache/restore@v3
id: cache
Expand Down

0 comments on commit 2ac60d6

Please sign in to comment.