Tauri: Try building with latest stable Xcode (#6322)

This commit is contained in:
zubiden 2025-10-08 12:33:27 +02:00 committed by Alexander Zinchuk
parent 37a033ca83
commit 61361b1107
2 changed files with 7 additions and 1 deletions

View File

@ -140,6 +140,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set Xcode version
if: matrix.settings.platform == 'macos-latest'
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Setup Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v4
with:

View File

@ -1,6 +1,6 @@
[package]
name = "telegram_air"
version = "2.8.9"
version = "2.8.10"
description = "Telegram Air"
authors = ["Alexander Zinchuk"]
license = "GPLv3"