diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dfd83c6..0434abd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,34 +1,15 @@ -name: Build Package For All Platforms (Xcode 16 & Xcode 15.4) +name: Preternatural Build on: workflow_dispatch: + jobs: build: - runs-on: macos-latest + runs-on: ghcr.io/cirruslabs/macos-runner:sonoma steps: - name: Checkout repository uses: actions/checkout@v3 - - name: Cache derived data - if: ${{ !env.ACT }} # Skipping when run locally. - uses: actions/cache@v3 - with: - path: ~/Library/Developer/Xcode/DerivedData - key: ${{ runner.os }}-derived-data - restore-keys: | - ${{ runner.os }}-derived-data - - name: Run Preternatural Build (Xcode 16) - uses: PreternaturalAI/github-action@main - with: - command: build - derived_data_path: ~/Library/Developer/Xcode/DerivedData - xcode-version: '16' - build_all_platforms: 'true' - - - name: Run Preternatural Build (Xcode 15.4) - uses: PreternaturalAI/github-action@main + uses: PreternaturalAI/github-action/preternatural-build@main with: - command: build - derived_data_path: ~/Library/Developer/Xcode/DerivedData - xcode-version: '15.4' - build_all_platforms: 'true' \ No newline at end of file + xcode-version: '16' \ No newline at end of file