Skip to content

Commit

Permalink
Fix publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Dec 18, 2023
1 parent 2ed55b5 commit d605339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest,macos-latest-xlarge, linux/amd64]
os: [ubuntu-latest, windows-latest, macos-latest,m1max, linux/amd64]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
Expand All @@ -43,7 +43,7 @@ jobs:
if: ${{ matrix.os == 'macos-latest'}}
run: curl https://github.com/iden3/circom/releases/latest/download/circom-macos-amd64 -o /usr/local/bin/circom && chmod +x /usr/local/bin/circom
- name: Download circom (Macos ARM64)
if: ${{ matrix.os == 'macos-latest'}}
if: ${{ matrix.os == 'm1max'}}
run: curl https://github.com/iden3/circom/releases/latest/download/circom-macos-amd64 -o /usr/local/bin/circom && chmod +x /usr/local/bin/circom
# - name: Install yarn
# run: npm install -g yarn
Expand Down

0 comments on commit d605339

Please sign in to comment.