diff --git a/.github/workflows/CI-unixish.yml b/.github/workflows/CI-unixish.yml index 3ecb0693319..a55b93ea461 100644 --- a/.github/workflows/CI-unixish.yml +++ b/.github/workflows/CI-unixish.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: - os: [ubuntu-22.04, macos-13, macos-15] + os: [ubuntu-22.04, macos-15] fail-fast: false # Prefer quick result runs-on: ${{ matrix.os }} @@ -75,7 +75,7 @@ jobs: strategy: matrix: - os: [ubuntu-22.04, macos-13, macos-15] + os: [ubuntu-22.04, macos-15] fail-fast: false # Prefer quick result runs-on: ${{ matrix.os }} @@ -195,7 +195,7 @@ jobs: strategy: matrix: - os: [ubuntu-22.04, macos-13, macos-15] + os: [ubuntu-22.04, macos-15] fail-fast: false # Prefer quick result runs-on: ${{ matrix.os }} @@ -229,7 +229,7 @@ jobs: strategy: matrix: - os: [ubuntu-22.04, macos-13, macos-15] + os: [ubuntu-22.04, macos-15] fail-fast: false # Prefer quick result runs-on: ${{ matrix.os }} @@ -263,7 +263,7 @@ jobs: strategy: matrix: - os: [ubuntu-22.04, macos-13, macos-15] + os: [ubuntu-22.04, macos-15] fail-fast: false # Prefer quick result runs-on: ${{ matrix.os }} @@ -287,7 +287,7 @@ jobs: strategy: matrix: - os: [macos-13, macos-15] # non-macos platforms are already built with Boost in other contexts + os: [macos-15] # non-macos platforms are already built with Boost in other contexts fail-fast: false # Prefer quick result runs-on: ${{ matrix.os }} @@ -348,12 +348,10 @@ jobs: strategy: matrix: - os: [ubuntu-22.04, macos-13, macos-15] + os: [ubuntu-22.04, macos-15] include: - xdist_n: auto # FIXME: test_color_tty fails with xdist - see #13278 - - os: macos-13 - xdist_n: '1' - os: macos-15 xdist_n: '1' fail-fast: false # Prefer quick result diff --git a/.github/workflows/scriptcheck.yml b/.github/workflows/scriptcheck.yml index 3e97904c2ec..dee9358c30c 100644 --- a/.github/workflows/scriptcheck.yml +++ b/.github/workflows/scriptcheck.yml @@ -203,7 +203,7 @@ jobs: dmake: strategy: matrix: - os: [ubuntu-22.04, macos-13, macos-15, windows-2025] + os: [ubuntu-22.04, macos-15, windows-2025] fail-fast: false runs-on: ${{ matrix.os }}