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 :
@@ -28,15 +28,15 @@ jobs:
28
28
development : true
29
29
- otp_release : maint
30
30
development : true
31
- runs-on : ubuntu-18 .04
31
+ runs-on : ubuntu-20 .04
32
32
steps :
33
33
- uses : actions/checkout@v3
34
34
with :
35
35
fetch-depth : 50
36
36
- name : Install Erlang/OTP
37
37
run : |
38
38
cd $RUNNER_TEMP
39
- wget -O otp.tar.gz https://repo.hex.pm/builds/otp/ubuntu-18 .04/${{ matrix.otp_release }}.tar.gz
39
+ wget -O otp.tar.gz https://repo.hex.pm/builds/otp/ubuntu-20 .04/${{ matrix.otp_release }}.tar.gz
40
40
mkdir -p otp
41
41
tar zxf otp.tar.gz -C otp --strip-components=1
42
42
otp/Install -minimal $(pwd)/otp
@@ -113,7 +113,7 @@ jobs:
113
113
114
114
check_posix_compliant :
115
115
name : Check POSIX-compliant
116
- runs-on : ubuntu-18 .04
116
+ runs-on : ubuntu-20 .04
117
117
steps :
118
118
- uses : actions/checkout@v3
119
119
with :
Original file line number Diff line number Diff line change 14
14
create_draft_release :
15
15
permissions :
16
16
contents : none
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