Skip to content

Commit

Permalink
Use macos-11 as macos-latest moved to macOS 12.6.2, which installing …
Browse files Browse the repository at this point in the history
…Python is broken (horovod#3814)

Signed-off-by: Enrico Minack <github@enrico.minack.dev>
  • Loading branch information
EnricoMi authored Jan 12, 2023
1 parent 2f52345 commit bfe96f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/gen-workflow-ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def build_and_test_macos(id: str, name: str, needs: List[str], attempts: int = 3
f' if: >\n'
f" needs.init-workflow.outputs.run-at-all == 'true' &&\n"
f" needs.init-workflow.outputs.run-builds-and-tests == 'true'\n"
f' runs-on: macos-latest\n'
f' runs-on: macos-11\n'
f'\n'
f' strategy:\n'
f' max-parallel: 3\n'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4427,7 +4427,7 @@ jobs:
if: >
needs.init-workflow.outputs.run-at-all == 'true' &&
needs.init-workflow.outputs.run-builds-and-tests == 'true'
runs-on: macos-latest
runs-on: macos-11

strategy:
max-parallel: 3
Expand Down

0 comments on commit bfe96f8

Please sign in to comment.