Skip to content

Commit

Permalink
Update macOS SDK to 12.3
Browse files Browse the repository at this point in the history
hopefully fixed build errors
  • Loading branch information
LittleCoaks committed Mar 4, 2024
1 parent 340c65e commit 60c16a2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,15 @@ jobs:
with:
python-version: "3.11.6"
architecture: "x64"
# - name: "Install 12.0 SDK"
# if: success()
# shell: bash
# working-directory: ${{ github.workspace }}
# run: |
# wget https://github.com/phracker/MacOSX-SDKs/releases/download/12.0/MacOSX12.0.sdk.tar.xz
# tar -xf MacOSX12.0.sdk.tar.xz
# rm MacOSX12.0.sdk.tar.xz
# sudo mv MacOSX12.0.sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/
- name: "Install 12.3 SDK"
if: success()
shell: bash
working-directory: ${{ github.workspace }}
run: |
wget https://github.com/alexey-lysiuk/macos-sdk/releases/download/12.3/MacOSX12.3.tar.xz
tar -xf MacOSX12.3.tar.xz
rm MacOSX12.3.tar.xz
sudo mv MacOSX12.3 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/
- name: "Download and Install prerequisites"
if: success()
shell: bash
Expand Down Expand Up @@ -227,4 +227,4 @@ jobs:
uses: actions/upload-artifact@v2-preview
with:
name: ${{ matrix.artifact_name }}
path: "./artifact/"
path: "./artifact/"

0 comments on commit 60c16a2

Please sign in to comment.