Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca authored Aug 26, 2024
1 parent d855789 commit 3570bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:


build-mac-arm64:
runs-on: [macos-latest, arm64]
runs-on: [macos-latest]
steps:
- uses: actions/checkout@v4
- name: Setup environment
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
path: ./out/make/*arm64*.dmg

build-mac:
runs-on: [macos-latest, x64]
runs-on: [macos-latest]
steps:
- uses: actions/checkout@v4
- name: Setup environment
Expand Down

0 comments on commit 3570bfb

Please sign in to comment.