Skip to content

Commit

Permalink
build: Disable arm64 build (#1757)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhinoella authored and rprospero committed Mar 11, 2024
1 parent 4bb0f88 commit a5e2f21
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos-latest
osx_cmake_target: arm64
osx_conan_target: armv8
- os: macos-latest
osx_cmake_target: x86_64
osx_conan_target: x86_64
Expand Down Expand Up @@ -80,9 +77,6 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos-latest
osx_cmake_target: arm64
osx_conan_target: armv8
- os: macos-latest
osx_cmake_target: x86_64
osx_conan_target: x86_64
Expand Down

0 comments on commit a5e2f21

Please sign in to comment.