Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
git committed Sep 23, 2024
1 parent 95f4613 commit e3e1b28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ 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
arch: [arm64, amd64]
# - os: windows-latest
# arch: [arm64, amd64]

steps:
- name: Checkout Code
Expand Down

0 comments on commit e3e1b28

Please sign in to comment.