diff --git a/.github/workflows/abi-cafe.yml b/.github/workflows/abi-cafe.yml index 6ad041a796c9..75a506868a0f 100644 --- a/.github/workflows/abi-cafe.yml +++ b/.github/workflows/abi-cafe.yml @@ -28,9 +28,10 @@ jobs: - os: ubuntu-24.04-arm env: TARGET_TRIPLE: aarch64-unknown-linux-gnu - - os: macos-13 - env: - TARGET_TRIPLE: x86_64-apple-darwin + # FIXME(rust-lang/rust#145699) + #- os: macos-13 + # env: + # TARGET_TRIPLE: x86_64-apple-darwin - os: macos-latest env: TARGET_TRIPLE: aarch64-apple-darwin diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d92e0fdce99a..c7409fa63429 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,9 +56,10 @@ jobs: - os: ubuntu-24.04-arm env: TARGET_TRIPLE: aarch64-unknown-linux-gnu - - os: macos-13 - env: - TARGET_TRIPLE: x86_64-apple-darwin + # FIXME(rust-lang/rust#145699) + #- os: macos-13 + # env: + # TARGET_TRIPLE: x86_64-apple-darwin - os: macos-latest env: TARGET_TRIPLE: aarch64-apple-darwin @@ -187,9 +188,10 @@ jobs: - os: ubuntu-24.04-arm env: TARGET_TRIPLE: aarch64-unknown-linux-gnu - - os: macos-13 - env: - TARGET_TRIPLE: x86_64-apple-darwin + # FIXME(rust-lang/rust#145699) + #- os: macos-13 + # env: + # TARGET_TRIPLE: x86_64-apple-darwin - os: macos-latest env: TARGET_TRIPLE: aarch64-apple-darwin