Skip to content

Commit

Permalink
update version & workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed May 12, 2024
1 parent 5d52b2f commit 9b57e3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion LDDC.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9b57e3f

Please sign in to comment.