|
22 | 22 |
|
23 | 23 | MAKE_BUILD_ARGS: LINK_AS_NEEDED=yes # In macOS we never over-specify link dependencies and we already check against external deps in smoketest. With LTO, linking takes a while, so we want to avoid using link.sh. |
24 | 24 |
|
25 | | - VERSIONER_PERL_VERSION: '5.30' # macOS default Perl installation uses this to determine which one to use |
| 25 | + VERSIONER_PERL_VERSION: '5.34' # macOS default Perl installation uses this to determine which one to use |
26 | 26 |
|
27 | 27 | vi_cv_path_python: /Library/Frameworks/Python.framework/Versions/2.7/bin/python |
28 | 28 | vi_cv_path_python3: "%s/bin/python3" |
@@ -53,27 +53,31 @@ jobs: |
53 | 53 | fail-fast: false |
54 | 54 | matrix: |
55 | 55 | include: |
56 | | - # Oldest version of Xcode supported on GitHub Action to test source code backwards compatibility |
57 | | - # This version of Xcode can run on macOS 11 where as 13.3 has to run on macOS 12. |
58 | | - - os: macos-12 |
59 | | - xcode: '13.2.1' |
60 | | - extra: [vimtags, check-xcodeproj-compat] |
61 | | - |
62 | | - # Older version of Xcode, and used to publish legacy builds (for macOS 10.9 - 10.12) |
63 | | - - os: macos-12 |
64 | | - xcode: '14.0' # last version of Xcode that uses the macOS 12 SDK, which still supports deploying to macOS 10.9 |
65 | | - publish: true |
66 | | - legacy: true |
67 | | - publish_postfix: '_10.9' |
| 56 | +# # Oldest version of Xcode supported on GitHub Action to test source code backwards compatibility |
| 57 | +# # This version of Xcode can run on macOS 11 where as 13.3 has to run on macOS 12. |
| 58 | +# - os: macos-12 |
| 59 | +# xcode: '13.2.1' |
| 60 | +# extra: [vimtags, check-xcodeproj-compat] |
| 61 | +# |
| 62 | +# # Older version of Xcode, and used to publish legacy builds (for macOS 10.9 - 10.12) |
| 63 | +# - os: macos-12 |
| 64 | +# xcode: '14.0' # last version of Xcode that uses the macOS 12 SDK, which still supports deploying to macOS 10.9 |
| 65 | +# publish: true |
| 66 | +# legacy: true |
| 67 | +# publish_postfix: '_10.9' |
68 | 68 |
|
69 | 69 | - os: macos-13 |
70 | 70 | xcode: '15.2' |
| 71 | + extra: [vimtags, check-xcodeproj-compat] |
| 72 | + |
| 73 | + # Below runners use Apple Silicon. |
| 74 | + - os: macos-14 |
| 75 | + xcode: '15.4' |
71 | 76 | optimized: true |
72 | 77 |
|
73 | 78 | # Most up to date OS and Xcode. Used to publish release for the main build. |
74 | | - # This runner uses Apple Silicon. |
75 | | - - os: macos-14 |
76 | | - xcode: '15.2' |
| 79 | + - os: macos-15 |
| 80 | + xcode: '16.2' |
77 | 81 | publish: true |
78 | 82 | optimized: true |
79 | 83 |
|
|
0 commit comments