dmlc / xgboost

Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow
https://xgboost.readthedocs.io/en/stable/
Apache License 2.0
25.68k stars 8.67k forks source link

python_tests: Upgrade from macos-11 to macos-13 #10282

Closed cclauss closed 4 days ago

cclauss commented 2 weeks ago

macos-13 is the last GitHub Actions image for Intel x64 because macos-14 is Apple Silicon ARM64.

GitHub Actions blog:

Over the next 12 weeks, jobs using the macos-latest runner label will migrate from macOS 12 (Monterey) to macOS 14 (Sonoma).

https://github.blog/changelog/2024-04-01-macos-14-sonoma-is-generally-available-and-the-latest-macos-runner-image

trivialfis commented 2 weeks ago

Thank you for the PR, let me fix the CI first.