chore(workflows): update to macos-15 runners

Upgrade from `macos-13` and `macos-14` runners to `macos-15` and 
`macos-15-intel` runners.

Previously we were still using `macos-13`, as the default free tier were
Intel-based. From macos-14 and later the default free tier is ARM-based.
This commit is contained in:
2025-10-09 19:03:26 +01:00
parent 1878f3bac6
commit c2431549ce
4 changed files with 12 additions and 12 deletions

View File

@@ -15,7 +15,7 @@ on:
description: GitHub Actions runner OS
type: string
required: false
default: "macos-13"
default: "macos-15"
plan_artifact:
description: Name of artifact containing a emacs-builder plan yaml file
type: string