File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
16
16
run : pod lib lint
17
17
18
18
build_xcode14 :
19
- runs-on : macos-12
19
+ runs-on : macos-13
20
20
strategy :
21
21
matrix :
22
22
run-config :
23
- - { xcode_version: '14.1', simulator: 'name=iPad Pro (12.9-inch) (5th generation),OS=16.1' }
24
- - { xcode_version: '14.1', simulator: 'name=iPhone SE (2nd generation),OS=16.1' }
23
+ - { xcode_version: '14.1', simulator: 'name=iPad Air (5th generation),OS=16.1' }
24
+ - { xcode_version: '14.1', simulator: 'name=iPhone SE (3rd generation),OS=16.1' }
25
25
steps :
26
26
- name : Checkout Project
27
27
uses : actions/checkout@v1
@@ -54,12 +54,12 @@ jobs:
54
54
run : ./scripts/ci.sh "${{ matrix.run-config['simulator'] }}"
55
55
56
56
build_xcode15 :
57
- runs-on : macos-13
57
+ runs-on : macos-14
58
58
strategy :
59
59
matrix :
60
60
run-config :
61
- - { xcode_version: '15.2 ', simulator: 'name=iPad Pro (12.9-inch) (6th generation),OS=17.2 ' }
62
- - { xcode_version: '15.2 ', simulator: 'name=iPhone SE (3rd generation) ,OS=17.2 ' }
61
+ - { xcode_version: '15.4 ', simulator: 'name=iPad Air (5th generation),OS=17.5 ' }
62
+ - { xcode_version: '15.4 ', simulator: 'name=iPhone 14 ,OS=17.5 ' }
63
63
steps :
64
64
- name : Checkout Project
65
65
uses : actions/checkout@v1
You can’t perform that action at this time.
0 commit comments