From fdb8b498cbe151a8ae254ffbdd6ffabceeec0eb3 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Sat, 9 Aug 2025 23:27:56 +0800 Subject: [PATCH] all use macos-13 --- .github/workflows/flutter-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index d1eab89bb..397e20972 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -561,7 +561,7 @@ jobs: } - { target: aarch64-apple-darwin, - os: macos-latest, + os: macos-13, # extra-build-args: "--disable-flutter-texture-render", # disable this for mac, because we see a lot of users reporting flickering both on arm and x64, and we can not confirm if texture rendering has better performance if htere is no vram, https://github.com/rustdesk/rustdesk/issues/6296 extra-build-args: "--screencapturekit", arch: aarch64,