From 8bf4bfd66959d8cf27fec19a135bdfcb95aed3a2 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 12 Feb 2022 20:47:24 +0800 Subject: [PATCH] + runs-on --- .github/workflows/release.yml | 1 + share/const.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"