File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
14
14
15
15
jobs :
16
16
bump-version :
17
- runs-on : ubuntu-24 .04
17
+ runs-on : ubuntu-22 .04
18
18
steps :
19
19
- uses : jcs090218/setup-emacs@master
20
20
with :
Original file line number Diff line number Diff line change 28
28
matrix :
29
29
os :
30
30
- macos-13
31
- - ubuntu-24 .04
31
+ - ubuntu-22 .04
32
32
emacs-version :
33
33
- ' 28.2'
34
34
- ' 29.4'
38
38
- os : windows-2019
39
39
emacs-version : ' 27.2'
40
40
target : " "
41
- - os : ubuntu-24 .04
41
+ - os : ubuntu-22 .04
42
42
emacs-version : ' 28.2'
43
43
# Cross build
44
44
target : aarch64-unknown-linux-gnu
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
29
29
emacs-version : ' 28.2'
30
30
ext : dylib
31
31
target : aarch64-apple-darwin
32
- - os : ubuntu-24 .04
32
+ - os : ubuntu-22 .04
33
33
bundle_os : linux
34
34
emacs-version : ' 27.2'
35
35
ext : so
36
36
host : x86_64-unknown-linux-gnu
37
- - os : ubuntu-24 .04
37
+ - os : ubuntu-22 .04
38
38
bundle_os : linux
39
39
emacs-version : ' 27.2'
40
40
ext : so
@@ -117,7 +117,7 @@ jobs:
117
117
118
118
publish :
119
119
needs : build
120
- runs-on : ubuntu-24 .04
120
+ runs-on : ubuntu-22 .04
121
121
steps :
122
122
- uses : jcs090218/setup-emacs@master
123
123
with :
You can’t perform that action at this time.
0 commit comments