Skip to content

Commit

Permalink
[Amir] enabling the mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
anagri committed Feb 4, 2025
1 parent 98f616d commit 62b89f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
include:
- platform: macos-latest
target: aarch64-apple-darwin
- platform: ubuntu-latest
target: x86_64-unknown-linux-gnu
# - platform: ubuntu-latest
# target: x86_64-unknown-linux-gnu
# - platform: windows-latest
# target: x86_64-pc-windows-msvc
# - platform: macos-13
# target: x86_64-apple-darwin
runs-on: ${{ matrix.platform }}
if: false
# if: false
steps:
- name: envs
shell: bash
Expand Down

0 comments on commit 62b89f6

Please sign in to comment.