diff --git a/.github/workflows/docker-hub.yml b/.github/workflows/docker-hub.yml index 7300376f7..e37415970 100644 --- a/.github/workflows/docker-hub.yml +++ b/.github/workflows/docker-hub.yml @@ -92,9 +92,3 @@ jobs: --amend luxonis/depthai-library:${{ steps.vars.outputs.short_ref }}-armv8 # Push docker manifest push luxonis/depthai-library:${{ steps.vars.outputs.short_ref }} - docker manifest create \ - luxonis/depthai-library:latest \ - --amend luxonis/depthai-library:${{ steps.vars.outputs.short_ref }}-amd64 \ - --amend luxonis/depthai-library:${{ steps.vars.outputs.short_ref }}-armv7 \ - --amend luxonis/depthai-library:${{ steps.vars.outputs.short_ref }}-armv8 - docker manifest push luxonis/depthai-library:latest diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2389e0a67..1f6bbe234 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -246,7 +246,7 @@ jobs: strategy: matrix: python-version: [3.9, '3.10', '3.11', '3.12', '3.13', '3.14'] - os: [macos-13, macos-14] # macos-13 is x64, macos-14 is arm64 + os: [macos-14] # macos-14 is arm64 (macos-15-intel could be added later, once compilation on clang that on that image is fixed)) runs-on: ${{ matrix.os }} steps: - name: Cache .hunter folder diff --git a/depthai-core b/depthai-core index a99f24151..1f36d9f90 160000 --- a/depthai-core +++ b/depthai-core @@ -1 +1 @@ -Subproject commit a99f2415120b7900d7ee34f949fa651f0c2d4f88 +Subproject commit 1f36d9f90931c95bae56caa1f55400dc8f6c29a7