Skip to content

Commit

Permalink
Update build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mark9804 committed Dec 26, 2023
1 parent de2d0be commit f40361f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-20.04, windows-latest]
# platform: [macos-latest, ubuntu-20.04, windows-latest]
platform: [ubuntu-20.04] # 用最便宜的 ubuntu 测试
runs-on: ${{ matrix.platform }}

steps:
Expand Down

0 comments on commit f40361f

Please sign in to comment.