diff --git a/.github/workflows/module_integration.yml b/.github/workflows/module_integration.yml index adf13df3b9..e9b06cf04c 100644 --- a/.github/workflows/module_integration.yml +++ b/.github/workflows/module_integration.yml @@ -90,7 +90,7 @@ jobs: # The type of runner that the job will run on strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest] # [ubuntu-latest, macos-latest] #TODO: Fix #505 fail-fast: false runs-on: ${{ matrix.os }}