update GitHub action runner os from macos to ubuntu

This commit is contained in:
wencaiwulue
2022-05-05 19:14:34 +08:00
parent e44a08404c
commit 0db81f379d

View File

@@ -8,7 +8,7 @@ on:
jobs:
build:
name: Create Release
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2