mirror of
https://github.com/jimeh/emacs-builds.git
synced 2026-02-19 10:46:40 +00:00
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:
6
.github/workflows/_prepare.yml
vendored
6
.github/workflows/_prepare.yml
vendored
@@ -18,7 +18,7 @@ on:
|
||||
|
||||
jobs:
|
||||
builder-sha:
|
||||
runs-on: "macos-13"
|
||||
runs-on: "macos-15"
|
||||
outputs:
|
||||
ref: ${{ steps.ref.outputs.ref }}
|
||||
sha: ${{ steps.sha.outputs.sha }}
|
||||
@@ -54,8 +54,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- macos-13 # Only macos-13 and earlier are x86_64.
|
||||
- macos-14 # Only macos-14 and later are ARM64.
|
||||
- macos-15
|
||||
- macos-15-intel
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Cache emacs-builder (${{ runner.arch }})
|
||||
|
||||
Reference in New Issue
Block a user