311 | @@ -312,16 +312,16 @@ task:
312 | FILE_ENV: "./ci/test/00_setup_env_mac.sh"
313 |
314 | task:
315 | - name: 'macOS 12 native x86_64 [gui, system sqlite] [no depends]'
316 | + name: 'macOS 13 native arm64 [gui] [no depends]'
Is this no longer using sqlite? I think we should have one task that runs sqlite-only
Using system sqlite package is by default on macOS since #25985.
Well, it should mention that this is sqlite-only (no bdb). But it looks like you removed the "only" in 0bb7a1f71db1d986ab824d114534fb7671024990 ?
Well, it should mention that this is sqlite-only (no bdb).
Maybe install berkeley-db@4 package?
No, the goal is to not have bdb, so that sqlite-only (test) bugs are detected