Skip to content

Commit cbcc305

Browse files
committed
ci: upgrade ubuntu base image
1 parent 2d384bb commit cbcc305

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/e2e_test_linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
# ref: https://github.com/actions/runner-images
17-
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
17+
os: [ubuntu-22.04, ubuntu-24.04]
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- uses: actions/checkout@v4

.github/workflows/e2e_test_linux_prebuilt.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
# ref: https://github.com/actions/runner-images
17-
os: [ubuntu-20.04]
17+
os: [ubuntu-22.04]
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- uses: actions/checkout@v4
@@ -36,7 +36,7 @@ jobs:
3636
- name: install Erlang/OTP by vfox-erlang plugin (Linux)
3737
run: |
3838
export MAKEFLAGS=-j4
39-
export USE_PREBUILT_OTP="ubuntu-20.04"
39+
export USE_PREBUILT_OTP="ubuntu-22.04"
4040
vfox install erlang@maint-27
4141
vfox use -g erlang@maint-27
4242
eval "$(vfox activate bash)"

.github/workflows/update_otp_versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
1313

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ vfox-erlang plugin would install Erlang/OTP through the [Erlang/OTP](https://www
2828

2929
Here are examples of installing on Ubuntu 20.04 and MacOS 13.
3030

31-
### install in Linux (Ubuntu 20.04)
31+
### install in Linux (Ubuntu 20.04/22.04)
3232

3333
```shell
3434
# install utilities

0 commit comments

Comments
 (0)