|
12 | 12 | # them. These 'answers' are re-generated daily, or on any push to main, and retrieved whenever |
13 | 13 | # a push is made to a non-main branch. The new proposed changes are referred to as "Dynamic". |
14 | 14 | # |
15 | | -# |
16 | | -# Changelog: |
17 | | -# 2023-04 - Jackson Burns - Added this header, regression tests, cleanup of action in |
18 | | -# in general, and documentation throughout the file. |
19 | | -# 2023-05 - added Docker build steps |
20 | | -# 2023-05-12 - added changes to allow running on forks |
21 | | -# 2023-06-06 - added matrix build for libstdcxx-ng versions 12 and 13 on ubuntu. Only expect 12 to work. |
22 | | -# 2023-06-07 - updated regression testing. Now fails if significant changes are detected. |
23 | | -# 2023-06-15 - revert changes from 06-06, both now work |
24 | | -# 2023-06-27 - add option to run from RMG-database with GitHub resuable workflows |
25 | | -# 2023-07-17 - made it pass by default |
26 | | -# 2023-07-21 - upload the regression results summary as artifact (for use as a comment on PRs) |
27 | | -# 2023-07-31 - removed option to run from RMG-database with GitHub resuable workflows |
28 | | -# 2024-10-01 - deprecated Mambaforge with Miniforge3 for environment creation |
29 | 15 |
|
30 | 16 | name: Continuous Integration |
31 | 17 |
|
@@ -69,13 +55,12 @@ jobs: |
69 | 55 | os: [macos-15-intel, macos-latest, ubuntu-latest] |
70 | 56 | include-rms: ["", "with RMS"] |
71 | 57 | exclude: |
72 | | - # only check for "with RMS" functionality on ubuntu, just to be safe |
73 | | - # (and only ubuntu since its the fastest and most abundant) |
| 58 | + # on macos, only check with RMS (assume it also works without RMS) |
74 | 59 | - os: macos-15-intel |
75 | 60 | include-rms: "" |
76 | 61 | - os: macos-latest |
77 | 62 | include-rms: "" |
78 | | - # only test macos with latest Python version |
| 63 | + # on macos, only test with latest Python version |
79 | 64 | - os: macos-15-intel |
80 | 65 | python-version: "3.9" |
81 | 66 | - os: macos-latest |
|
0 commit comments