+ runs-on
This commit is contained in:
parent
44a678437f
commit
8bf4bfd669
2 changed files with 2 additions and 1 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -12,6 +12,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
go: [1.17]
|
go: [1.17]
|
||||||
platform: [ubuntu-latest, macos-11]
|
platform: [ubuntu-latest, macos-11]
|
||||||
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
- name: Arm Build
|
- name: Arm Build
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ package share
|
||||||
// session -> freeport fix bug
|
// session -> freeport fix bug
|
||||||
// 更新制品目录 -> ui/downloads
|
// 更新制品目录 -> ui/downloads
|
||||||
// Arm64 制品 -> arm build test
|
// Arm64 制品 -> arm build test
|
||||||
// MacOS 制品
|
// MacOS 制品 -> debug
|
||||||
|
|
||||||
// VERSION 版本号
|
// VERSION 版本号
|
||||||
const VERSION = "0.9.1"
|
const VERSION = "0.9.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue