From 0b3bd6313f05b24d94c2519fc305caa0446c7887 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Thu, 6 Apr 2023 08:39:30 -0700 Subject: [PATCH] macOS 12 --- .github/workflows/artifacts.yml | 4 ++-- src-tauri/tauri.conf.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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": [],