Skip to content

Commit 0f94a66

Browse files
committed
fix: Use macos-15 instead of macos-13
1 parent ddb2c29 commit 0f94a66

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
os:
30-
- macos-13
30+
- macos-15
3131
- ubuntu-22.04
3232
emacs-version:
3333
- '28.2'
@@ -42,7 +42,7 @@ jobs:
4242
emacs-version: '28.2'
4343
# Cross build
4444
target: aarch64-unknown-linux-gnu
45-
- os: macos-13
45+
- os: macos-15
4646
emacs-version: '28.2'
4747
# Cross build
4848
target: aarch64-apple-darwin

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
matrix:
2020
include:
2121
# TODO: Get host platform from somewher instead of specifying it explicitly here.
22-
- os: macos-13
22+
- os: macos-15
2323
bundle_os: macos
2424
emacs-version: '28.2'
2525
ext: dylib
2626
host: x86_64-apple-darwin
27-
- os: macos-13
27+
- os: macos-15
2828
bundle_os: macos
2929
emacs-version: '28.2'
3030
ext: dylib

0 commit comments

Comments
 (0)