Skip to content

Commit

Permalink
use xcode 15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ImpleLee committed Sep 4, 2024
1 parent 377e442 commit 5cb49fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,12 @@ jobs:
shell: bash
run: |
rm ./ColdClear/universal/libcold_clear.a
- name: Use Xcode 15.3
# Xcode 15.4 segfaults
# see https://forums.developer.apple.com/forums/thread/757398
uses: mobiledevops/xcode-select-version-action@v1
with:
xcode-select-version: 15.3
- name: Build macOS packages
id: build-packages
uses: love-actions/love-actions-macos-portable@v1
Expand Down

0 comments on commit 5cb49fa

Please sign in to comment.