Skip to content

Commit 006ee2f

Browse files
committed
Try updating ubuntu
Required since support for 20.04 was dropped
1 parent fec5bf1 commit 006ee2f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ on:
99
jobs:
1010
test:
1111
name: Test (Elixir ${{ matrix.elixir }} | Erlang/OTP ${{ matrix.otp }})
12-
# We need Ubuntu 20.04 for now to test old OTP and Elixir versions.
13-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1413
strategy:
1514
fail-fast: false
1615
matrix:

0 commit comments

Comments
 (0)