From 96ce1a77aaf29ad8d76f676b06fa4e6366b11cf2 Mon Sep 17 00:00:00 2001 From: Alexander Magola Date: Sat, 27 Jan 2024 17:12:48 +0400 Subject: [PATCH] disable macos-13 on github actions for a while --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d8835b..cbfc0e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,11 @@ jobs: - { os: ubuntu-22.04, python: '3.11' } - { os: ubuntu-22.04, python: '3.12' } - { os: macos-12, python: '3.10' } - - { os: macos-13, python: '3.11' } + # TODO: enable + # disable it for a while + # Check status of https://github.com/actions/runner-images/issues/8500 + # and https://github.com/actions/runner-images/issues/8529 + #- { os: macos-13, python: '3.11' } - { os: windows-2019, python: '3.7' } - { os: windows-2019, python: '3.8' } # At the moment of writing there was a regular problems with installing boost via choco: