sdk updates (#133)

* cmake: fix minimum required version

* fix: unary_function -> __unary_function

* fix it only where it's broken

* update zano to 400

* improve ci speed, update xcode

* update dockerfile, remove zano mingw

* 16.2
This commit is contained in:
cyan
2025-04-18 00:10:47 +02:00
committed by Some Random Crypto Guy
parent 5ab515a7f7
commit da6c95ff28
9 changed files with 260 additions and 68 deletions

View File

@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 ghcr.io/cirruslabs/flutter:3.24.3
FROM --platform=linux/amd64 ghcr.io/cirruslabs/flutter:3.27.3
# FROM debian:bookworm
SHELL ["/bin/bash", "-c"]