Skip to content

Commit 68f352d

Browse files
committed
update ci
1 parent 5c9c80f commit 68f352d

File tree

3 files changed

+4
-117
lines changed

3 files changed

+4
-117
lines changed

.github/workflows/build-ios15.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

.github/workflows/build-ios16.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

.github/workflows/build-ios14.yml renamed to .github/workflows/build.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
name: Xcode build iOS 14
1+
name: Xcode build
22

33
on:
44
push:
55
branches: ["main", "dev"]
6-
# pull_request:
7-
# branches: ["main", "dev"]
86

97
jobs:
108
build:
11-
runs-on: macos-11
9+
runs-on: macos-latest
1210

1311
steps:
1412
- uses: actions/checkout@v2
@@ -34,11 +32,10 @@ jobs:
3432
run: defaults write com.apple.dt.XCBuild IgnoreFileSystemDeviceInodeChanges -bool YES
3533

3634
- name: Select Xcode
37-
run: sudo xcode-select -switch /Applications/Xcode_12.4.app
35+
run: sudo xcode-select -switch /Applications/Xcode.app
3836

3937
- name: Xcode version
4038
run: /usr/bin/xcodebuild -version
41-
4239
shell: bash
4340

4441

@@ -48,7 +45,7 @@ jobs:
4845
shell: bash
4946
- name: Xcode iOS build
5047
run: |
51-
xcodebuild -workspace GoMoney.xcworkspace -scheme GoMoney -destination 'platform=iOS Simulator,name=iPhone 12,OS=14.4' | xcpretty
48+
xcodebuild -workspace GoMoney.xcworkspace -scheme GoMoney -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.20' | xcpretty
5249
5350
- name: cache size
5451
run: |

0 commit comments

Comments
 (0)