Skip to content

Commit

Permalink
Update macOS SDK to 12.3 (*commented out*)
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleCoaks committed Mar 4, 2024
1 parent 5132684 commit 81b40e8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ jobs:
tar -xf MacOSX11.0.sdk.tar.xz
rm MacOSX11.0.sdk.tar.xz
sudo mv MacOSX11.0.sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/
# 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 +231,4 @@ jobs:
uses: actions/upload-artifact@v2-preview
with:
name: ${{ matrix.artifact_name }}
path: "./artifact/"
path: "./artifact/"

0 comments on commit 81b40e8

Please sign in to comment.