Tauri: Try building with latest stable Xcode (#6322)
This commit is contained in:
parent
37a033ca83
commit
61361b1107
6
.github/workflows/package-and-publish.yml
vendored
6
.github/workflows/package-and-publish.yml
vendored
@ -140,6 +140,12 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
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 }}
|
- name: Setup Node.js ${{ vars.NODE_VERSION }}
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "telegram_air"
|
name = "telegram_air"
|
||||||
version = "2.8.9"
|
version = "2.8.10"
|
||||||
description = "Telegram Air"
|
description = "Telegram Air"
|
||||||
authors = ["Alexander Zinchuk"]
|
authors = ["Alexander Zinchuk"]
|
||||||
license = "GPLv3"
|
license = "GPLv3"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user