Skip to content

Commit 7621d35

Browse files
committed
chore: manual build
Signed-off-by: Lessica <82flex@gmail.com>
1 parent c474c84 commit 7621d35

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/build-analyse.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,19 @@ on:
66
pull_request:
77
branches: [ "main" ]
88

9+
env:
10+
XCODE_VERSION: '15.4'
11+
912
jobs:
1013
build:
1114
name: Build and analyse using xcodebuild command
12-
runs-on: macos-13
15+
runs-on: macos-14
1316

1417
steps:
1518
- name: Setup Xcode version
1619
uses: maxim-lobanov/setup-xcode@v1
1720
with:
18-
xcode-version: 14.3.1
21+
xcode-version: ${{ env.XCODE_VERSION }}
1922

2023
- name: Checkout
2124
uses: actions/checkout@v4

.github/workflows/build-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build Release
22

33
on:
4+
workflow_dispatch:
45
push:
56
tags:
67
- "v*.*"

0 commit comments

Comments
 (0)