Skip to content

Commit cfbe7e9

Browse files
committed
CI: Bump the runner to ubuntu-20.04
The ubuntu-20.04 runner is now the oldest Ubuntu version supported by hosted runners. Elixir 1.6.6 testing has been replaced with 1.10 to match Mint's CI.
1 parent 7e29878 commit cfbe7e9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ on:
77
jobs:
88
test:
99
name: Test (Elixir ${{ matrix.elixir }}, OTP ${{ matrix.erlang }})
10-
# We need Ubuntu 18.04 for older OTP versions.
11-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-20.04
1211
strategy:
1312
fail-fast: false
1413
matrix:
@@ -24,7 +23,7 @@ jobs:
2423
- erlang: "23.3.1"
2524
elixir: "1.11.4"
2625
- erlang: "21.3"
27-
elixir: "1.6.6"
26+
elixir: "1.10"
2827
env:
2928
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3029
MIX_ENV: test

0 commit comments

Comments
 (0)