Skip to content

Commit

Permalink
build: fix macos action
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriankhl committed May 28, 2024
1 parent 800a6ef commit 479d79b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ jobs:
name: macos_cpu_debug.zip
path: build/libgodot_llm.darwin.debug.arm64.dylib

macos-latest-cmake-cpu-release:
macos-latest-cmake-metal-release:
runs-on: macos-latest
steps:
- name: Clone
Expand Down Expand Up @@ -478,7 +478,7 @@ jobs:
name: macos_metal_release.zip
path: build/libgodot_llm.darwin.release.arm64.dylib

macos-latest-cmake-cpu-debug:
macos-latest-cmake-metal-debug:
runs-on: macos-latest
steps:
- name: Clone
Expand Down

0 comments on commit 479d79b

Please sign in to comment.