Skip to content

Commit dc131be

Browse files
committed
ci: Bump ubuntu latest version, 20.04 is retired
1 parent 3ae7016 commit dc131be

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
matrix:
2929
os:
3030
- macos-13
31-
- ubuntu-20.04
31+
- ubuntu-24.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-20.04
41+
- os: ubuntu-24.04
4242
emacs-version: '28.2'
4343
# Cross build
4444
target: aarch64-unknown-linux-gnu

.github/workflows/release.yml

+3-3
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-20.04
32+
- os: ubuntu-24.04
3333
bundle_os: linux
3434
emacs-version: '27.2'
3535
ext: so
3636
host: x86_64-unknown-linux-gnu
37-
- os: ubuntu-20.04
37+
- os: ubuntu-24.04
3838
bundle_os: linux
3939
emacs-version: '27.2'
4040
ext: so
@@ -114,7 +114,7 @@ jobs:
114114

115115
publish:
116116
needs: build
117-
runs-on: ubuntu-20.04
117+
runs-on: ubuntu-24.04
118118
steps:
119119
- uses: jcs090218/setup-emacs@master
120120
with:

0 commit comments

Comments
 (0)