Run CI with Xcode 26.1 RC (#4672)
* Use Xcode 26.1 RC on CI * regenerated previews with 26.1 * ui tests * fix * fix some iPad tests rendering * remove useless fastlane line --------- Co-authored-by: Doug <douglase@element.io>
This commit is contained in:
2
.github/workflows/ui_tests.yml
vendored
2
.github/workflows/ui_tests.yml
vendored
@@ -13,7 +13,7 @@ on:
|
||||
jobs:
|
||||
tests:
|
||||
name: Tests
|
||||
runs-on: macos-15
|
||||
runs-on: macos-26
|
||||
timeout-minutes: 90
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
2
.github/workflows/unit_tests.yml
vendored
2
.github/workflows/unit_tests.yml
vendored
@@ -11,7 +11,7 @@ on:
|
||||
jobs:
|
||||
tests:
|
||||
name: Tests
|
||||
runs-on: macos-15
|
||||
runs-on: macos-26
|
||||
timeout-minutes: 60
|
||||
|
||||
concurrency:
|
||||
|
||||
2
.github/workflows/unit_tests_enterprise.yml
vendored
2
.github/workflows/unit_tests_enterprise.yml
vendored
@@ -11,7 +11,7 @@ on:
|
||||
jobs:
|
||||
tests:
|
||||
name: Tests (Enterprise)
|
||||
runs-on: macos-15
|
||||
runs-on: macos-26
|
||||
timeout-minutes: 45
|
||||
|
||||
# Skip in forks
|
||||
|
||||
@@ -17,7 +17,7 @@ import XCTest
|
||||
class PreviewTests: XCTestCase {
|
||||
private let deviceConfig: ViewImageConfig = .iPhoneX
|
||||
private let simulatorDevice: String? = "iPhone14,6" // iPhone SE 3rd Generation
|
||||
private let requiredOSVersion = (major: 26, minor: 0)
|
||||
private let requiredOSVersion = (major: 26, minor: 1)
|
||||
private let snapshotDevices = ["iPhone 16", "iPad"]
|
||||
private var recordMode: SnapshotTestingConfiguration.Record = .missing
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:866d5943dbcde49cc2bec8f1a001c8c1b7429ebe58a6d3d0138295c93b03efbd
|
||||
size 177674
|
||||
oid sha256:125d97758f2c38b7756d670bbe0b20a45dca1860b9afba1d6d0d0d7a96df0067
|
||||
size 169973
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ecd71fba4ff1b45fd57398a3dd7ad693cd74785811252e174096b44d41dce5e3
|
||||
size 216529
|
||||
oid sha256:64f67af0076e35977d99a6fa2a621b76d084d1f55465c151721d0e437d353851
|
||||
size 208264
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10c3192b613cab5dd5bd6a233b64ff4fe1e9f696b275e1ee259d652c1e7d4cd2
|
||||
size 129055
|
||||
oid sha256:ac1c5c1d8b8439684b0b354c0aea8765c37cf35c9712fc9e1de79715d33a7e77
|
||||
size 123189
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01762b420c48d4b3e654a03ee97f6ddf6922b1ea82dde6bf8d9d6913a7ae176b
|
||||
size 164556
|
||||
oid sha256:bb1c0f7f9fe4441b0b55a54189b8b078d4612229217948238111d396f65a339c
|
||||
size 158027
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e972df002e20d80038a0e2fa7d906adbf2dfe7b4542a8c49c4d8c90ae7d158de
|
||||
size 100664
|
||||
oid sha256:b152cf3b8433632651c903d58770c728f2bdbb3a51d7969f6a3d18e9b08720de
|
||||
size 100642
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f9388e7e0fab24f315d31dc5cc9b63422128e1a5363ff4e496b383656c25f69
|
||||
size 120818
|
||||
oid sha256:7641f9449f39ebb92490a0107a01b3fbf3ed850efa435259769877b199b6d90c
|
||||
size 120801
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c73df4de8257c2fb7f8d044e9b386bfab5ef1f7e29ea20c27ffe0c7fac6e086
|
||||
size 101017
|
||||
oid sha256:337a8e924d07f0a40ae8cc295ef03d7f8bdea176249ca4d70e227f7811f6ee62
|
||||
size 100994
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b73b7aca20b329955cc01ca8aa72c60da5e3c724b7eee91a3ce62279c03ed464
|
||||
size 121138
|
||||
oid sha256:d37f155c84d8a70496ef2fad3e0ce9287a4abe87255ba9b1de8287b45abe5bc3
|
||||
size 121122
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4539a9f8e18b215cbb886e0cf24abea61f07d36d11ba47919cc46ba070b1f57f
|
||||
size 92005
|
||||
oid sha256:5cddf03adf65fcad9bbe16994715793b00537eb40e5f84a6ea8f62d5e30eca89
|
||||
size 91985
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c91b227cb488c77ff609051ab203021d97ef661d2671dcc2c6ac51964b445f0
|
||||
size 96002
|
||||
oid sha256:140c676b65243152806b0ee8ed17545b49f64850aef9a1a4642fa7f74bf2f157
|
||||
size 95987
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79ff21147b3be9ead77686bcaaa145adf742d48459ca66b9377727bde7cb211c
|
||||
size 90565
|
||||
oid sha256:6cb552ccd35457d0feb2178ff5cd771b60e1d40c2a1b08a48e143c20b4fc6073
|
||||
size 90546
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06237f629bd206f5d707501517f0a7eb78e8b82c006059977aa2d64b995d8507
|
||||
size 95800
|
||||
oid sha256:082a6249b0a0aaa6c178a3d6f4cc951ee9126d8ce3f182446d6f3ea5b42ada0d
|
||||
size 95785
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b3ae1e6729b27ef9d386cacc5df203a3975a950c88219b54108e3256f5f5a8a
|
||||
size 112006
|
||||
oid sha256:6158f690ffe1defeef9b583dd8267204ee733a45f2f5cf44d6696cc5af64789b
|
||||
size 111970
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84411cf7ddff4b62b6064ac606cee43b952e92f5831eeacb51e4b6e2a9f1936b
|
||||
size 132211
|
||||
oid sha256:514e4b542257ee77beb1c82896476935e1d8a1727d8a77384545cd94f8f87ea5
|
||||
size 132189
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d8dcc7ea386e1a8a47690e0a621374500493f5d152f77ca4fae77d3d4ff4133
|
||||
size 509452
|
||||
oid sha256:43a70f508336cb1d5fe0f3679b700b3d6cd8e64182b549e40f42c8f8aa0374e0
|
||||
size 510930
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84691b60224c22667ce3c9c613a8c59ea5246fbd334a2bf17820c48772dfdf79
|
||||
size 532420
|
||||
oid sha256:7c7c51cd982fa0262784bf27f4a9bd295219a7733bc2ed4359d403bd81d2564f
|
||||
size 533667
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1aa7e21c1ff4d2c80be1026659b6ceacd1a3cdb2db1044f5f861d868b6910eac
|
||||
size 99890
|
||||
oid sha256:a1a60cca5b53f6998cb6c2bf2cf1a8dd2fdd1343ea76fd72df32bba1d07fd011
|
||||
size 99862
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c3d8f6ccf45231516e7b1d11aa4de15cefbf6e193e3e34021e3bc51be8cb815
|
||||
size 118896
|
||||
oid sha256:9ab408cd8e4aa4f955a03f68d845a5ac4d57e90ebbbab6b3fa0502aa6d0407c9
|
||||
size 118992
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29fb2634296bb97399e4fa640e4899ae3371dd6d1b0a8a680e8f94afef1bca2c
|
||||
size 531435
|
||||
oid sha256:97d86af1a0f6eeb5d6933b13a6a5de3df8db1d2672d2e7cdf1f2fe83a0adbf64
|
||||
size 531619
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9abc415fbf3710c1453556e76187d5656f34236cc37d70d4ef5540f4f5862f77
|
||||
size 558774
|
||||
oid sha256:bda2bb728b9f9179ea211c5de083c8f4b67a6ffc4cc2f484c81c9ec4bb40d013
|
||||
size 558660
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3089f48d9a32a3b250ed9e703739d0fc1369fdb7d36fa089916ee840546d577
|
||||
size 173899
|
||||
oid sha256:fd5df69666dfb6186a0b02a746880ea02f0e8c51c2a72e8fa3908c5fb3a14001
|
||||
size 173852
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e9f3df43abab0fd820d42b0ad815149978b4941b398456dd54e7eada3161ee9
|
||||
size 175260
|
||||
oid sha256:a6950499120aada432cb5bb6f4fa4339c5cc76fcbb7526ddddd37d1f2328e263
|
||||
size 175217
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e354532ceabdb2cc7bb71d4e33373b78e25cb34cf220b4ca3654802fe27e72c8
|
||||
size 114266
|
||||
oid sha256:53fd390f409444bb64264fb23107b25c7d7fdc69ed7641c698710ef8c4ece76b
|
||||
size 114231
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17048097a54127f7c5f548c100d0c9c420ed59451b608806511b8e68f9d96b7a
|
||||
size 118561
|
||||
oid sha256:6ab7dcc650af5311d2bf7056f50f82220ba1b84cc57994d0b3968e087fb1a215
|
||||
size 118503
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72f20ad71fe6900140ef9a776902b06ac6b3fabb9b06b2a9a23c0e60b3158558
|
||||
size 206018
|
||||
oid sha256:e3f1b68d17fe4dfda9a9e636dbf813e9656eb2679803220f0df35ddc739b4f47
|
||||
size 203043
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19ac71a0ead05d5aa950c1dab04326b82246a70132f9663e1fc3254f793d7765
|
||||
size 240501
|
||||
oid sha256:b2fe03a0773f8f73f93baa9a72f6b552a5e8071dd2f48270efca6e5e212d0738
|
||||
size 235584
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2f8c84db04d973f8aaa9648665ac0fe00e99e3591020d973f25c7d716639928
|
||||
size 128639
|
||||
oid sha256:25f56908b93cd1bdbbf630ed8ebb407393bb086bc1c157bf32376cd70ae62251
|
||||
size 124758
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f09e972c721bd38c7f18b7d1a64b4a0f47fe75e52af4598899a07a005574455
|
||||
size 163065
|
||||
oid sha256:791c55a2333c42014337c5e34b89f9cc0e712189bd47b6de2cdc714920ab48d6
|
||||
size 159654
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0f884ff776fef30e570e61b93ed2a57d7c103ee758717bcb51cbec5066fea6c
|
||||
size 191563
|
||||
oid sha256:05cb0ad60389a444a458c5abcbd2e0b1b4aa956eaa7688ed9c372f8610a6220c
|
||||
size 187976
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8af41784049544fe7c6ed819e4d1fcdfb5313bd15ff269d14b9c0951fc9fa05a
|
||||
size 235208
|
||||
oid sha256:67799c5517649d5322d69984ac3065ab129bc43d87bc093b8e1582956ce20488
|
||||
size 229540
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1e7849c831596aee7972ae457e731a7b92c195be7b5f67a41c02c720d42d3ff
|
||||
size 125162
|
||||
oid sha256:9d835a6a130a7e8492679fdd6c416e894cb78a687453f9396a5cfd2bc2e94e75
|
||||
size 121359
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ebb2532c723327d5d4fa42733cb82ac61b9867da88c9afe5f3deebea14b4d2b9
|
||||
size 160387
|
||||
oid sha256:9fd58568c661316748a615918a1526bfc78be9aea3e51f65d043be2fdb68f463
|
||||
size 156969
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8de5b7f87cd2b3c76a63fbbd38b5ff509c9d306641c6d74d1ffe2fce604e3ca7
|
||||
size 209222
|
||||
oid sha256:b9ba29972f343708cf13cd3339a10debec0924313fb30ecee965cdd25359287f
|
||||
size 206246
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e567bea4242775e6934cd21360d7bba4e67f5abcada94153955fdf578885423b
|
||||
size 242333
|
||||
oid sha256:2adbcb69e542b4149961da0d727504888e87b2350fd755cd0ffb76a499280823
|
||||
size 237024
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa0c052f0202fa6acd28565f7a3724d8a44c7fbf97b26c57c0978de1c6228212
|
||||
size 128484
|
||||
oid sha256:a63ead699d32112997a7c7d0144809f46bd60b9b46a9009ff9ac0c25e076781a
|
||||
size 124778
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f09e972c721bd38c7f18b7d1a64b4a0f47fe75e52af4598899a07a005574455
|
||||
size 163065
|
||||
oid sha256:791c55a2333c42014337c5e34b89f9cc0e712189bd47b6de2cdc714920ab48d6
|
||||
size 159654
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27b070d92b8846ab416aeb3964d3b698b15aae6a6a5e03f103546bc00b57a291
|
||||
size 144359
|
||||
oid sha256:e85052818ae495eb4e64d0bb1207cbe9ba3d980f498ae3c073798ac66557d54e
|
||||
size 143431
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96418567c90c7e7a42b4a7129cc803ce0f50de55cb14021fe8c9b5042810c4e4
|
||||
size 171338
|
||||
oid sha256:78f23b329315c16b4bdc1ff063402d64b5fcec422ce8d836ce36d88f5e40278a
|
||||
size 170085
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:209bc72d50cf549621b1bb690349290aa9f12fd79501cc3089b1dc0a525495c2
|
||||
size 95602
|
||||
oid sha256:b2395086d19f3ae34c27a698c05131df61acacf9023ff3e9ef158ef27dead805
|
||||
size 93647
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9f24fc08ec1f408042f6311ddada15f01413f93806bba7742b417743c8cf011
|
||||
size 125251
|
||||
oid sha256:68dca427e52d98f9372db35abe95c8395e74f73d772370cb02192664830a65b4
|
||||
size 123045
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbecc8db7d83ac37e72eb15a3050b21d21efa9016fdf7fdec7e7ccfc9df14922
|
||||
size 164626
|
||||
oid sha256:160c21beed88ec6da59bf21a78f64f5903c1ca48e53ff0cfa2e3cd5d3f49665c
|
||||
size 162952
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51920aaad2821e4cce1033cdc03e32322dbf66fb925850faf8ab70e3daf6db1c
|
||||
size 209801
|
||||
oid sha256:35d77a772fcd9d171903776151e2e651a6e6d5ae8b1b07d469270e1b8b92127f
|
||||
size 208071
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ae887102a0f9de6332c809a85f986fd1f5cc41287a1a625cdafedff5376cef1
|
||||
size 121226
|
||||
oid sha256:eb9e4892ce913aad22d32e9821afaa74eb706adc5b38b006f1946954c4d90242
|
||||
size 119675
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4009be44ab5de016bb94b6dd1ac34877e840de4c4d22f873fffc6b653063a5b6
|
||||
size 187871
|
||||
oid sha256:860dc9327520f668bb2672056c9c6c608fc391753cf51490d8d4c419428311cb
|
||||
size 186521
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user