diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index e0fc37a7..fd183551 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -9,9 +9,9 @@ jobs: fail-fast: false matrix: include: - - os: macos-latest + - os: macos-12 target: aarch64-apple-darwin - - os: macos-latest + - os: macos-12 target: x86_64-apple-darwin runs-on: ${{ matrix.os }} diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 7251ee09..87e4e151 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "Yaak", - "version": "2023.0.13" + "version": "2023.0.14" }, "tauri": { "windows": [],