Skip to content

Commit a9b3cd0

Browse files
authored
fix: macos-12 deprecation (#882)
* fix: macos-12 deprecation * fix: Emacs 27.x is no longer provides proper binaries * ci: try macos-13 instead
1 parent c54f7ae commit a9b3cd0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
os:
30-
- macos-12
30+
- macos-13
3131
- ubuntu-20.04
3232
emacs-version:
33-
- '27.2'
3433
- '28.2'
34+
- '29.4'
3535
target:
3636
- ""
3737
include:
3838
- os: windows-2019
3939
emacs-version: '27.2'
4040
target: ""
41-
- os: macos-12
42-
emacs-version: '27.2'
41+
- os: macos-13
42+
emacs-version: '28.2'
4343
# Cross build
4444
target: aarch64-apple-darwin
4545
runs-on: ${{ matrix.os }}

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
matrix:
2020
include:
2121
# TODO: Get host platform from somewher instead of specifying it explicitly here.
22-
- os: macos-12
22+
- os: macos-13
2323
bundle_os: macos
24-
emacs-version: '27.2'
24+
emacs-version: '28.2'
2525
ext: dylib
2626
host: x86_64-apple-darwin
27-
- os: macos-12
27+
- os: macos-13
2828
bundle_os: macos
29-
emacs-version: '27.2'
29+
emacs-version: '28.2'
3030
ext: dylib
3131
target: aarch64-apple-darwin
3232
- os: ubuntu-20.04

0 commit comments

Comments
 (0)