Skip to content

Commit

Permalink
Build LLVM on GitHub Action macos-12 host (Xcode 14 + iOS 16 SDK)
Browse files Browse the repository at this point in the history
  • Loading branch information
light-tech committed Dec 18, 2022
1 parent 0759eed commit fbd6b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

build-llvm:
needs: build-libffi # prepare-build-tools
runs-on: macos-11
runs-on: macos-12
strategy:
matrix:
platformArch: [iphoneos, iphonesimulator, iphonesimulator-arm64, maccatalyst, maccatalyst-arm64]
Expand All @@ -55,7 +55,7 @@ jobs:

create-xcframework:
needs: build-llvm
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit fbd6b4d

Please sign in to comment.