diff options
Diffstat (limited to '.github/workflows/macos_build.yml')
-rw-r--r-- | .github/workflows/macos_build.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/macos_build.yml b/.github/workflows/macos_build.yml index 46e3a96181..2e756dc1b8 100644 --- a/.github/workflows/macos_build.yml +++ b/.github/workflows/macos_build.yml @@ -16,7 +16,6 @@ jobs: fail-fast: false matrix: os: - - macos-11 - macos-12 runs-on: ${{ matrix.os }} name: ${{ matrix.os }} @@ -40,5 +39,3 @@ jobs: run: source ./acore.sh install-deps - name: Build run: source ./apps/ci/mac/ci-compile.sh - - name: Run unit tests - run: source ./apps/ci/ci-run-unit-tests.sh |