diff --git a/.github/workflows/actions-ci.yml b/.github/workflows/actions-ci.yml index 2440817c37..04c29ae8f7 100644 --- a/.github/workflows/actions-ci.yml +++ b/.github/workflows/actions-ci.yml @@ -30,42 +30,6 @@ jobs: cmake -GNinja -Btest_build_dir ninja -C test_build_dir run_tests - macOS-x86: - if: github.repository_owner == 'aws' - needs: [sanity-test-run] - runs-on: ${{ matrix.os }} - strategy: - fail-fast: false - matrix: - os: - - "macos-13" - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v4 - with: - go-version: ">=1.18" - - name: Build ${{ env.PACKAGE_NAME }} - run: | - ./tests/ci/run_posix_tests.sh - - macOS-x86-FIPS: - if: github.repository_owner == 'aws' - needs: [sanity-test-run] - runs-on: ${{ matrix.os }} - strategy: - fail-fast: false - matrix: - os: - - "macos-13" - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-go@v4 - with: - go-version: ">=1.18" - - name: Build ${{ env.PACKAGE_NAME }} with FIPS mode - run: | - ./tests/ci/run_fips_tests.sh - macOS-ARM: if: github.repository_owner == 'aws' needs: [sanity-test-run]