Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Apr 19, 2024
1 parent 99a1b63 commit e2a3bf1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ jobs:

windows:
runs-on: windows-latest
if: false
strategy:
matrix:
target: []
#- x64
target:
- x64
# - x86 # x86 blocked by blst 0.3.11 build failure
steps:
- uses: actions/checkout@v3
Expand All @@ -80,9 +81,10 @@ jobs:

macos:
runs-on: macos-latest
if: false
strategy:
matrix: []
#target: [x86_64, aarch64]
matrix:
target: [x86_64, aarch64]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down

0 comments on commit e2a3bf1

Please sign in to comment.