Skip to content

Commit

Permalink
chore: Update Xcode and macOS versions in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
theashraf committed Dec 5, 2024
1 parent adb334c commit 85505d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: Homebrew/actions/setup-homebrew@master
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "13.3.1"
xcode-version: "14.1"
- uses: ningenMe/[email protected]

- name: Install Make
Expand All @@ -46,8 +46,8 @@ jobs:

- name: Build Apple
env:
APPLE_XCODE_APP_NAME: Xcode_13.3.1.app
APPLE_MACOSX_SDK: MacOSX12.3
APPLE_XCODE_APP_NAME: Xcode_14.1.app
APPLE_MACOSX_SDK: MacOSX13.0
run: rm -f /usr/local/lib/libjpeg* ; make apple

- name: Upload Apple Artifacts
Expand Down

0 comments on commit 85505d2

Please sign in to comment.