diff --git a/.github/workflows/package-and-publish.yml b/.github/workflows/package-and-publish.yml index 16e326eff..dc83ac764 100644 --- a/.github/workflows/package-and-publish.yml +++ b/.github/workflows/package-and-publish.yml @@ -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: diff --git a/tauri/Cargo.toml b/tauri/Cargo.toml index 1505244ea..96e54e8da 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "telegram_air" -version = "2.8.9" +version = "2.8.10" description = "Telegram Air" authors = ["Alexander Zinchuk"] license = "GPLv3"