File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: [pull_request]
4
4
5
5
jobs :
6
6
run-visual-regression-ios :
7
- runs-on : macos-13
7
+ runs-on : macos-14
8
8
9
9
steps :
10
10
- uses : actions/checkout@v4
45
45
46
46
- uses : futureware-tech/simulator-action@v4
47
47
with :
48
- model : ' iPhone 14 Pro'
49
- os_version : ' >=17.0 '
48
+ model : ' iPhone 15 Pro'
49
+ os_version : ' 18.1 '
50
50
erase_before_boot : true
51
51
wait_for_boot : true
52
52
shutdown_after_job : true
67
67
path : example/.owl
68
68
69
69
run-visual-regression-android :
70
- runs-on : macos-13
70
+ runs-on : macos-14
71
71
if : ${{ false }}
72
72
73
73
steps :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ on: [pull_request]
21
21
22
22
jobs :
23
23
run-visual-regression-ios :
24
- runs-on : macos-13
24
+ runs-on : macos-14
25
25
26
26
steps :
27
27
- uses : actions/checkout@v4
@@ -80,7 +80,7 @@ on: [pull_request]
80
80
81
81
jobs :
82
82
run-visual-regression-android :
83
- runs-on : macos-13
83
+ runs-on : macos-14
84
84
85
85
steps :
86
86
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments