From a55031e2047817c3510f29e106f21ad8f62d49dc Mon Sep 17 00:00:00 2001 From: Joe Wang <106995533+JoeWang1127@users.noreply.github.com> Date: Thu, 29 Aug 2024 18:39:20 +0000 Subject: [PATCH] chore: remove mac unit tests in library generation ci (#3142) Fix: #2733 The checks change to image --- .github/workflows/verify_library_generation.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/verify_library_generation.yaml b/.github/workflows/verify_library_generation.yaml index 89e1e69c602..26478b982a1 100644 --- a/.github/workflows/verify_library_generation.yaml +++ b/.github/workflows/verify_library_generation.yaml @@ -73,21 +73,11 @@ jobs: set -x python -m unittest library_generation/test/integration_tests.py library-generation-unit-tests: - runs-on: ${{ matrix.os }} + runs-on: ubuntu-22.04 needs: should-run-library-generation-tests if: needs.should-run-library-generation-tests.outputs.should_run == 'true' - strategy: - matrix: - java: [ 8 ] - os: [ ubuntu-22.04, macos-12 ] steps: - uses: actions/checkout@v4 - - name: install utils (macos) - if: matrix.os == 'macos-12' - shell: bash - run: | - brew update --preinstall - brew install coreutils - uses: actions/setup-python@v5 with: python-version: 3.11