Skip to content

Commit 5f7dec9

Browse files
committed
Update the Ubuntu 20.04 LTS runner image
Attempting to run the `ubuntu-20.04` runner image in a GitHub workflow job generates the following error: ``` This is a scheduled Ubuntu 20.04 retirement. Ubuntu 20.04 LTS runner will be removed on 2025-04-15. For more details, see actions/runner-images#11101 ```
1 parent 4a8e6e0 commit 5f7dec9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,57 +17,57 @@ jobs:
1717
include:
1818
- elixir: 1.4.x
1919
otp: 20
20-
os: ubuntu-20.04
20+
os: ubuntu-22.04
2121
gcc: gcc-10
2222
gpp: g++-10
2323
- elixir: 1.5.x
2424
otp: 20
25-
os: ubuntu-20.04
25+
os: ubuntu-22.04
2626
gcc: gcc-10
2727
gpp: g++-10
2828
- elixir: 1.6.x
2929
otp: 20
30-
os: ubuntu-20.04
30+
os: ubuntu-22.04
3131
gcc: gcc-10
3232
gpp: g++-10
3333
- elixir: 1.7.x
3434
otp: 20
35-
os: ubuntu-20.04
35+
os: ubuntu-22.04
3636
gcc: gcc-10
3737
gpp: g++-10
3838
- elixir: 1.8.x
3939
otp: 20
40-
os: ubuntu-20.04
40+
os: ubuntu-22.04
4141
gcc: gcc-10
4242
gpp: g++-10
4343
- elixir: 1.9.x
4444
otp: 20
45-
os: ubuntu-20.04
45+
os: ubuntu-22.04
4646
gcc: gcc-10
4747
gpp: g++-10
4848
- elixir: 1.10.x
4949
otp: 21
50-
os: ubuntu-20.04
50+
os: ubuntu-22.04
5151
gcc: gcc-10
5252
gpp: g++-10
5353
- elixir: 1.11.x
5454
otp: 22
55-
os: ubuntu-20.04
55+
os: ubuntu-22.04
5656
gcc: gcc-10
5757
gpp: g++-10
5858
- elixir: 1.11.x
5959
otp: 23
60-
os: ubuntu-20.04
60+
os: ubuntu-22.04
6161
gcc: gcc-10
6262
gpp: g++-10
6363
- elixir: 1.12.x
6464
otp: 23
65-
os: ubuntu-20.04
65+
os: ubuntu-22.04
6666
gcc: gcc-10
6767
gpp: g++-10
6868
- elixir: 1.13.x
6969
otp: 24
70-
os: ubuntu-20.04
70+
os: ubuntu-22.04
7171
gcc: gcc-10
7272
gpp: g++-10
7373
- elixir: 1.14.x

0 commit comments

Comments
 (0)