Skip to content

Commit 8b7efad

Browse files
committed
Apparently old OTP needs old ubuntu
1 parent 40ad4cc commit 8b7efad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-latest
11+
# runs-on: ubuntu-latest
12+
runs-on: ubuntu-18.04
1213

1314
strategy:
1415
matrix:
1516
include:
1617
# This is what Travis runs.
1718
- elixir-version: "1.9"
18-
otp-version: "20"
19+
otp-version: "20.3"
1920
# Let's worry about updates later.
2021
# - elixir-version: "1.17"
2122
# otp-version: "27"

0 commit comments

Comments
 (0)