Skip to content

Commit 44dbb56

Browse files
committed
Switch to ubuntu-20.04 in our CI to get OTP 21 back as per #265 (comment)
1 parent db633a2 commit 44dbb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
test:
1111
name: Test ${{matrix.otp}} / Elixir ${{matrix.elixir}}
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-20.04
1313
strategy:
1414
matrix:
1515
otp: ['21', '22', '23', '24']

0 commit comments

Comments
 (0)