Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(.github/android): use API level 26
`ecn_*` unit tests are failing with any Android API version < v26 with: ``` 2024-08-22T14:41:30.636494Z WARN quinn_udp: sendmsg error: Os { code: 22, kind: InvalidInput, message: "Invalid argument" }, Transmit: { destination: 127.0.0.1:50196, src_ip: None, enc: Some(Ect0), len: 5, segment_size: None } ```
- Loading branch information