|
19 | 19 | type: string |
20 | 20 | # System configuration |
21 | 21 | osversion_xcodeversion_toxenv_tuples: |
22 | | - # As of 2024-02, "runs-on: macos-latest" is macos-12. |
23 | | - # and "runs-on: macos-14" selects the new M1 runners. |
| 22 | + # As of 2024-05, "runs-on: macos-latest" and "runs-on: macos-14" selects the new M1 runners. |
24 | 23 | # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories |
25 | 24 | description: 'Stringified JSON object' |
26 | 25 | default: >- |
27 | | - [["11", "xcode_13.2.1", "homebrew-macos-usrlocal-minimal"], |
28 | | - ["12", "", "homebrew-macos-usrlocal-minimal"], |
| 26 | + [["12", "", "homebrew-macos-usrlocal-minimal"], |
29 | 27 | ["12", "", "homebrew-macos-usrlocal-standard"], |
30 | 28 | ["12", "", "homebrew-macos-usrlocal-python3_xcode-standard"], |
31 | 29 | ["12", "", "homebrew-macos-usrlocal-maximal"], |
32 | 30 | ["13", "xcode_15.0", "homebrew-macos-usrlocal-standard"], |
33 | | - ["14", "", "homebrew-macos-opthomebrew-standard"], |
34 | | - ["latest", "", "conda-forge-macos-minimal"], |
35 | | - ["latest", "", "conda-forge-macos-standard"], |
36 | | - ["14", "", "conda-forge-macos-standard"]] |
| 31 | + ["latest", "", "homebrew-macos-opthomebrew-standard"], |
| 32 | + ["13", "", "conda-forge-macos-minimal"], |
| 33 | + ["13", "", "conda-forge-macos-standard"], |
| 34 | + ["latest", "", "conda-forge-macos-standard"]] |
37 | 35 | type: string |
38 | 36 | extra_sage_packages: |
39 | 37 | description: 'Extra Sage packages to install as system packages' |
|
0 commit comments