diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4961a2a0..1f4244b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,7 @@ jobs: matrix: go: [1.17] platform: [ubuntu-latest, macos-11] + runs-on: ${{ matrix.platform }} steps: - name: Arm Build run: | diff --git a/share/const.go b/share/const.go index b4946b32..4a1a11b8 100644 --- a/share/const.go +++ b/share/const.go @@ -4,7 +4,7 @@ package share // session -> freeport fix bug // 更新制品目录 -> ui/downloads // Arm64 制品 -> arm build test -// MacOS 制品 +// MacOS 制品 -> debug // VERSION 版本号 const VERSION = "0.9.1"