Skip to content

Commit 38ff7ae

Browse files
committed
website: update actions durations
1 parent 6375f69 commit 38ff7ae

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

website/docs/_project/_github-actions-durations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
The builds take almost 2 hours to complete:
55

6-
- `darwin-x64`: 53m (macos-15-intel)
6+
- `darwin-x64`: 38m (macos-15-intel)
77
- `darwin-arm64`: 19m (macos-15)
88
- `linux-x64`: 24m (ubuntu-24.04)
99
- `linux-arm64`: 22m (ubuntu-24.04-arm)

website/docs/maintainer/_common/_content.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,11 @@ xpm run install -C ~/Work/xpack-dev-tools/meson-build-xpack.git/build-assets
447447
xpm run test-pre-release -C ~/Work/xpack-dev-tools/meson-build-xpack.git/build-assets
448448
```
449449

450+
:::caution
451+
Since the builds were performed on the latest GitHub macOS runners,
452+
it is strongly recommended to also execute the tests on an older macOS 11 machine.
453+
:::
454+
450455
For additional tests, on each platform,
451456
download the archive from
452457
[pre-releases/test](https://github.com/xpack-dev-tools/pre-releases/releases/tag/test/)

website/docs/maintainer/_common/_update-website-config.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
### Update the `websiteConfig` (if necessary)
77

8-
Check and possibly update the release-specific properties (if any)
9-
within `website/package.json`.
8+
Check and possibly update the release-specific properties
9+
(like the release date) within `website/package.json`.

0 commit comments

Comments
 (0)