File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,19 @@ jobs:
27
27
fail-fast : false
28
28
matrix :
29
29
os :
30
- - macos-12
30
+ - macos-13
31
31
- ubuntu-20.04
32
32
emacs-version :
33
- - ' 27.2'
34
33
- ' 28.2'
34
+ - ' 29.4'
35
35
target :
36
36
- " "
37
37
include :
38
38
- os : windows-2019
39
39
emacs-version : ' 27.2'
40
40
target : " "
41
- - os : macos-12
42
- emacs-version : ' 27 .2'
41
+ - os : macos-13
42
+ emacs-version : ' 28 .2'
43
43
# Cross build
44
44
target : aarch64-apple-darwin
45
45
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ jobs:
19
19
matrix :
20
20
include :
21
21
# TODO: Get host platform from somewher instead of specifying it explicitly here.
22
- - os : macos-12
22
+ - os : macos-13
23
23
bundle_os : macos
24
- emacs-version : ' 27 .2'
24
+ emacs-version : ' 28 .2'
25
25
ext : dylib
26
26
host : x86_64-apple-darwin
27
- - os : macos-12
27
+ - os : macos-13
28
28
bundle_os : macos
29
- emacs-version : ' 27 .2'
29
+ emacs-version : ' 28 .2'
30
30
ext : dylib
31
31
target : aarch64-apple-darwin
32
32
- os : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments