Skip to content

Commit

Permalink
fix: 切换回ubuntu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Jul 15, 2023
1 parent ce1c4e9 commit 7aff9c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/GoCompileTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:

build:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
changelog:
name: Generate changelog
runs-on: macos-latest
runs-on: ubuntu-latest
outputs:
release_body: ${{ steps.git-cliff.outputs.content }}
steps:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:


build-go-binary:
runs-on: macos-latest
runs-on: ubuntu-latest
strategy:
matrix:
goos: [windows] # 需要打包的系统
Expand Down

0 comments on commit 7aff9c2

Please sign in to comment.