Skip to content

Commit f357e3c

Browse files
authored
use ubuntu 22.04 (#1065)
ubuntu 22.04 has an older libc; using this means people will older installations can still use the libraries which reference libc6.
1 parent e3f5dc9 commit f357e3c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
bump-version:
17-
runs-on: ubuntu-24.04
17+
runs-on: ubuntu-22.04
1818
steps:
1919
- uses: jcs090218/setup-emacs@master
2020
with:

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
matrix:
2929
os:
3030
- macos-13
31-
- ubuntu-24.04
31+
- ubuntu-22.04
3232
emacs-version:
3333
- '28.2'
3434
- '29.4'
@@ -38,7 +38,7 @@ jobs:
3838
- os: windows-2019
3939
emacs-version: '27.2'
4040
target: ""
41-
- os: ubuntu-24.04
41+
- os: ubuntu-22.04
4242
emacs-version: '28.2'
4343
# Cross build
4444
target: aarch64-unknown-linux-gnu

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
emacs-version: '28.2'
3030
ext: dylib
3131
target: aarch64-apple-darwin
32-
- os: ubuntu-24.04
32+
- os: ubuntu-22.04
3333
bundle_os: linux
3434
emacs-version: '27.2'
3535
ext: so
3636
host: x86_64-unknown-linux-gnu
37-
- os: ubuntu-24.04
37+
- os: ubuntu-22.04
3838
bundle_os: linux
3939
emacs-version: '27.2'
4040
ext: so
@@ -117,7 +117,7 @@ jobs:
117117

118118
publish:
119119
needs: build
120-
runs-on: ubuntu-24.04
120+
runs-on: ubuntu-22.04
121121
steps:
122122
- uses: jcs090218/setup-emacs@master
123123
with:

0 commit comments

Comments
 (0)