+ runs-on

This commit is contained in:
Max 2022-02-12 20:47:24 +08:00
parent 44a678437f
commit 8bf4bfd669
2 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,7 @@ jobs:
matrix:
go: [1.17]
platform: [ubuntu-latest, macos-11]
runs-on: ${{ matrix.platform }}
steps:
- name: Arm Build
run: |

View file

@ -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"