Skip to content

Commit

Permalink
disable macos-13 on github actions for a while
Browse files Browse the repository at this point in the history
  • Loading branch information
pustotnik committed Jan 27, 2024
1 parent 50a3980 commit 96ce1a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 96ce1a7

Please sign in to comment.