Skip to content

Commit

Permalink
fix: zlib renaming worked, fixing jpeg arch symbols - changed to maco…
Browse files Browse the repository at this point in the history
…s latest
  • Loading branch information
samuelOsborne committed Dec 4, 2024
1 parent 0c3a2e9 commit 6c014f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ concurrency:

jobs:
build-apple:
runs-on: macos-14-xlarge
if: github.head_ref == 'release' && github.event.pull_request.merged == true
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: Homebrew/actions/setup-homebrew@master
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "16.0"
xcode-version: "15.4"
- uses: ningenMe/[email protected]

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

- name: Build Apple
env:
APPLE_XCODE_APP_NAME: Xcode_16.0.app
APPLE_MACOSX_SDK: MacOSX15.0
APPLE_XCODE_APP_NAME: Xcode_15.4.app
APPLE_MACOSX_SDK: MacOSX14.5
run: rm -f /usr/local/lib/libjpeg* ; make apple

- name: Upload Apple Artifacts
Expand Down Expand Up @@ -69,6 +68,7 @@ jobs:

build-wasm:
runs-on: macos-latest
if: github.head_ref == 'release' && github.event.pull_request.merged == true
steps:
- uses: actions/checkout@v4
- uses: Homebrew/actions/setup-homebrew@master
Expand Down

0 comments on commit 6c014f3

Please sign in to comment.