From 3414419074b38b1a5454bb4f22d24f51fd71bde3 Mon Sep 17 00:00:00 2001 From: Dhinak G <17605561+dhinakg@users.noreply.github.com> Date: Thu, 16 May 2024 16:04:25 -0400 Subject: [PATCH] Switch back to macos-latest --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70b23c83..3086e681 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ env: jobs: build: name: Build - runs-on: macos-14 + runs-on: macos-latest env: JOB_TYPE: BUILD steps: @@ -25,7 +25,7 @@ jobs: path: MacKernelSDK - name: CI Bootstrap run: | - src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/xcode14/ci-bootstrap.sh) && eval "$src" || exit 1 + src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/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