From 9b57e3fc9ef7e02563780f2d5ded18a1c1118ab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=89=E9=BB=98=E3=81=AE=E9=87=91?= <110812055+chenmozhijin@users.noreply.github.com> Date: Sun, 12 May 2024 16:26:40 +0800 Subject: [PATCH] update version & workflows --- .github/workflows/build.yml | 3 +++ LDDC.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5796e7e..e72f68c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,6 +18,9 @@ jobs: matrix: os: [macos-latest, ubuntu-latest, windows-latest] arch: [x64] + include: + - os: macos-latest + arch: arm64 runs-on: ${{ matrix.os }} diff --git a/LDDC.py b/LDDC.py index 1277abe..ff87fe7 100644 --- a/LDDC.py +++ b/LDDC.py @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-3.0-or-later # SPDX-FileCopyrightText: Copyright (c) 2024 沉默の金 -__version__ = "v0.6.4" +__version__ = "v0.6.5" import logging import os import sys