Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack253-png authored Jan 3, 2025
1 parent 944c93b commit d429b82
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,6 @@ jobs:
plat: iphoneos
arch: arm64

- os: macos-latest
name: WatchOS
plat: watchos
arch: armv7k

name: Build ${{ matrix.name }}
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -176,10 +171,6 @@ jobs:
- name: Configure IOS
if: matrix.plat == 'iphoneos'
run: xmake f -p iphoneos -m ${{ env.MODE }} -yc ${{ env.XMAKE_ARGS }}

- name: Configure WatchOS
if: matrix.plat == 'watchos'
run: xmake f -p watchos -a ${{ matrix.arch }} -m ${{ env.MODE }} -yc ${{ env.XMAKE_ARGS }}

- name: Configure OpenHarmony
if: matrix.plat == 'harmony'
Expand Down

0 comments on commit d429b82

Please sign in to comment.