diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9f05db16a09..11629bd518d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -493,7 +493,9 @@ jobs: run: cargo test --features bindgen source-path-has-spaces: - if: github.repository_owner == 'aws' + # FIPS builds for ARM platforms (e.g, macos-14-xlarge) will fail until upstream change is made: + # https://github.com/aws/aws-lc/pull/2005 + if: github.repository_owner == 'aws' && (matrix.os != 'macos-14-xlarge' || matrix.fips != 1) name: "Spaces in path - ${{ matrix.os }} - FIPS: ${{ matrix.fips }}" runs-on: ${{ matrix.os }}