Skip to content

Commit

Permalink
disable macos x86_64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
skallweitNV committed Aug 19, 2024
1 parent f970781 commit 5b4320f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
# Exclude aarch64 for windows/linux
- { os: windows, platform: aarch64 }
- { os: linux, platform: aarch64 }
# Exclude x86_64 for macos
- { os: macos, platform: x86_64 }
# Exclude unavailable compilers
- { os: windows, compiler: gcc }
- { os: windows, compiler: clang }
Expand Down

0 comments on commit 5b4320f

Please sign in to comment.