forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd01ce18
committed
ci: Upgrade macOS version from 13 to 14.
1. Previously we were using ghcr.io/cirruslabs/macos-XXX-base:latestimages, but Cirrus has started ignoring that and using a particularimage, currently ghcr.io/cirruslabs/macos-runner:sonoma, for githubaccounts using free CI resources (as opposed to dedicated runnermachines, as cfbot uses). Let's just ask for that image anyway, to stayin sync.2. Instead of hard-coding a MacPorts installation URL, deduce it fromthe running macOS version and the available releases. This removes theneed to keep the ci_macports_packages.sh in sync with .cirrus.task.yml,and to advance the MacPorts version from time to time.3. Change the cache key we use to cache the whole macports installationacross builds to include the OS major version, to trigger a freshinstallation when appropriate.Back-patch to 15 where CI began.Reviewed-by: Andres Freund <andres@anarazel.de>Discussion:https://postgr.es/m/CA%2BhUKGLqJdv6RcwyZ_0H7khxtLTNJyuK%2BvDFzv3uwYbn8hKH6A%40mail.gmail.com1 parent364509a commitd01ce18
2 files changed
+20
-3
lines changedLines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
413 | 413 |
| |
414 | 414 |
| |
415 | 415 |
| |
416 |
| - | |
| 416 | + | |
417 | 417 |
| |
418 | 418 |
| |
419 | 419 |
| |
| |||
422 | 422 |
| |
423 | 423 |
| |
424 | 424 |
| |
425 |
| - | |
| 425 | + | |
426 | 426 |
| |
427 | 427 |
| |
428 | 428 |
| |
| |||
462 | 462 |
| |
463 | 463 |
| |
464 | 464 |
| |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
465 | 470 |
| |
466 | 471 |
| |
467 | 472 |
| |
|
Lines changed: 13 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
17 | 29 |
| |
18 | 30 |
| |
19 | 31 |
| |
|
0 commit comments
Comments
(0)