Skip to content

Commit fa3da60

Browse files
committed
Remove deprecated ubuntu-18 runner from CI
Github deprecated ubuntu 18 runners, see actions/runner-images#6002 We have to run on ubuntu 20. However the setup-beam action only supports OTP 20+ on ubuntu 20, so we update that too
1 parent bba1dd3 commit fa3da60

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ jobs:
1616
matrix:
1717
include:
1818
- elixir: 1.4.x
19-
otp: 18
20-
os: ubuntu-18.04
19+
otp: 20
20+
os: ubuntu-20.04
2121
- elixir: 1.5.x
22-
otp: 18
23-
os: ubuntu-18.04
22+
otp: 20
23+
os: ubuntu-20.04
2424
- elixir: 1.6.x
25-
otp: 19
26-
os: ubuntu-18.04
25+
otp: 20
26+
os: ubuntu-20.04
2727
- elixir: 1.7.x
28-
otp: 19
29-
os: ubuntu-18.04
28+
otp: 20
29+
os: ubuntu-20.04
3030
- elixir: 1.8.x
3131
otp: 20
3232
os: ubuntu-20.04

0 commit comments

Comments
 (0)