File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
13
13
14
14
jobs :
15
15
test_linux :
16
- name : Linux, ${{ matrix.otp_release }}, Ubuntu 18 .04
16
+ name : Linux, ${{ matrix.otp_release }}, Ubuntu 20 .04
17
17
strategy :
18
18
fail-fast : false
19
19
matrix :
@@ -26,15 +26,15 @@ jobs:
26
26
development : true
27
27
- otp_release : maint
28
28
development : true
29
- runs-on : ubuntu-18 .04
29
+ runs-on : ubuntu-20 .04
30
30
steps :
31
31
- uses : actions/checkout@v3
32
32
with :
33
33
fetch-depth : 50
34
34
- name : Install Erlang/OTP
35
35
run : |
36
36
cd $RUNNER_TEMP
37
- wget -O otp.tar.gz https://repo.hex.pm/builds/otp/ubuntu-18 .04/${{ matrix.otp_release }}.tar.gz
37
+ wget -O otp.tar.gz https://repo.hex.pm/builds/otp/ubuntu-20 .04/${{ matrix.otp_release }}.tar.gz
38
38
mkdir -p otp
39
39
tar zxf otp.tar.gz -C otp --strip-components=1
40
40
otp/Install -minimal $(pwd)/otp
@@ -107,7 +107,7 @@ jobs:
107
107
108
108
check_posix_compliant :
109
109
name : Check POSIX-compliant
110
- runs-on : ubuntu-18 .04
110
+ runs-on : ubuntu-20 .04
111
111
steps :
112
112
- uses : actions/checkout@v3
113
113
with :
Original file line number Diff line number Diff line change 14
14
create_draft_release :
15
15
permissions :
16
16
contents : write
17
- runs-on : ubuntu-18 .04
17
+ runs-on : ubuntu-20 .04
18
18
env :
19
19
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
20
20
steps :
You can’t perform that action at this time.
0 commit comments