File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
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 @@ -10,16 +10,16 @@ permissions:
10
10
11
11
jobs :
12
12
notify :
13
- runs-on : ubuntu-18 .04
13
+ runs-on : ubuntu-20 .04
14
14
name : Notify
15
15
steps :
16
16
- uses : actions/checkout@v3
17
17
with :
18
18
fetch-depth : 50
19
19
- uses : erlef/setup-beam@v1
20
20
with :
21
- otp-version : 24.3
22
- elixir-version : 1.13.4
21
+ otp-version : ' 25.0 '
22
+ elixir-version : ' 1.14.0 '
23
23
- name : Run Elixir script
24
24
env :
25
25
ELIXIR_FORUM_TOKEN : ${{ secrets.ELIXIR_FORUM_TOKEN }}
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