Commit 3d1424e
committed
Clean up and slightly refine the MSRV workflow
- Remove the recently added `macos-15` MSRV check CI job.
We don't typically automatically run the MSRV check on macOS CI.
That job was temporarily added to help verify that new `justfile`
recipes are portable. (They are.) This removes that job.
- Show the MSRV in the `check-msrv` "Read the MSRV" step.
Show the line being written to set an `MSRV` environment variable
for subsequent steps, so it's easy to see the MSRV in the log.
- Distinguish MSRV badge changes from unanticipated other changes.
In case something goes wrong in the checkout or some other step.
- Reword a comment for clarity.1 parent d48ebdd commit 3d1424e
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
42 | | - | |
| 41 | + | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| 60 | + | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
66 | | - | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
0 commit comments