Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
Disable mac build
  • Loading branch information
ten4dinosaur authored Jul 21, 2024
1 parent 232f848 commit 72b65d4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
- os: ubuntu-latest
build_os: unix
arch: arm64
- os: macos-12
build_os: mac
arch: x64
- os: macos-12
build_os: mac
arch: arm64
#- os: macos-12
# build_os: mac
# arch: x64
#- os: macos-12
# build_os: mac
# arch: arm64

steps:
- name: Checkout
Expand Down

0 comments on commit 72b65d4

Please sign in to comment.