Skip to content

Commit

Permalink
Temporary revert to macos-11 for CI due to Catch2 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
themarpe committed Jan 21, 2023
1 parent d84f65b commit 49a0364
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os: [macos-11, windows-latest, ubuntu-latest]
cmake: ['3.10.x', ''] # Older version (Ubuntu 18.04) and newest
exclude:
- os: windows-latest
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
cmake-version: ${{ matrix.cmake }}

- name: Install dependencies
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-11'
run: |
brew install opencv
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os: [macos-11, windows-latest, ubuntu-latest]
build-type: [Debug, Release]
shared: [true, false]
platform: [x64]
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
submodules: 'recursive'

- name: Install dependencies
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-11'
run: |
brew install opencv
Expand Down
2 changes: 1 addition & 1 deletion shared/depthai-shared
Submodule depthai-shared updated 0 files

0 comments on commit 49a0364

Please sign in to comment.