Skip to content

Commit

Permalink
Switch to Xcode 14+ clang32 bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg committed May 16, 2024
1 parent a7fc69b commit fa80a37
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 @@ -14,7 +14,7 @@ env:
jobs:
build:
name: Build
runs-on: macos-12
runs-on: macos-14
env:
JOB_TYPE: BUILD
steps:
Expand All @@ -25,7 +25,7 @@ jobs:
path: MacKernelSDK
- name: CI Bootstrap
run: |
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/ci-bootstrap.sh) && eval "$src" || exit 1
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/xcode14/ci-bootstrap.sh) && eval "$src" || exit 1
- run: xcodebuild -jobs 1 -arch x86_64 -arch ACID32 -configuration Debug
- run: xcodebuild -jobs 1 -arch x86_64 -arch ACID32 -configuration Release
Expand Down

0 comments on commit fa80a37

Please sign in to comment.