diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index fb9aa536df..1a772a9105 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -45,7 +45,9 @@ jobs: # `ubuntu-22.04-arm` is considered more stable than `ubuntu-24.04-arm`: # . - ubuntu-22.04-arm - - macOS-13 + # Disable `macOS-13` until + # is resolved. + # - macOS-13 - macOS-latest test_group: - core @@ -56,13 +58,6 @@ jobs: - "IFRT" assertions: - false - exclude: - # Until - # is resolved. - - os: macOS-13 - test_group: core - - os: macOS-13 - test_group: integration include: - os: ubuntu-24.04 version: '1.10'