You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -309,10 +309,8 @@ jobs:
309
309
strategy:
310
310
fail-fast: false
311
311
matrix:
312
-
os: [macos-13, macos-14, macos-15]# macos-12 for ios 15 it's going to be deprecated, it's also using an old version of xcode that is not compatible with react native
312
+
os: [macos-14, macos-15]
313
313
include:
314
-
- os: macos-13
315
-
version: '16.4'
316
314
- os: macos-14
317
315
version: '17'
318
316
- os: macos-15
@@ -437,10 +435,8 @@ jobs:
437
435
strategy:
438
436
fail-fast: false
439
437
matrix:
440
-
os: [macos-13, macos-14, macos-15]# macos-12 for ios 15 it's going to be deprecated, it's also using an old version of xcode that is not compatible with react native
expect(error?.message.startsWith('Your free node has been paused due to inactivity. To resume usage, please restart your node from your dashboard: https://dashboard.sqlitecloud.io')).toBe(true)
0 commit comments