diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 25d361da..cfccb87d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -10,7 +10,7 @@ jobs: build: strategy: matrix: - os: [macos-13, macos-14-arm64] + os: [macos-13, macos-14] runs-on: ${{ matrix.os }} steps: - name: Install OpenCV