Skip to content

Commit

Permalink
github actions change
Browse files Browse the repository at this point in the history
  • Loading branch information
git committed Oct 1, 2024
1 parent db01249 commit 9801b15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
include:
- os: ubuntu-latest
arch: [arm64, amd64]
# - os: macos-latest
# arch: [arm64, amd64]
# - os: windows-latest
# arch: [arm64, amd64]
- os: macos-latest
arch: [arm64, amd64]
- os: windows-latest
arch: [arm64, amd64]

steps:
- name: Checkout Code
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
matrix:
include:
# - os: ubuntu-latest
# arch: [arm64, amd64]
- os: ubuntu-latest
arch: [arm64, amd64]
- os: macos-latest
arch: [arm64, amd64]
- os: windows-latest
Expand Down

0 comments on commit 9801b15

Please sign in to comment.