Skip to content

Commit 804a150

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
name: Test (Elixir ${{ matrix.elixir }} | Erlang/OTP ${{ matrix.otp }})
1212
# We need Ubuntu 20.04 for now to test old OTP and Elixir versions.
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
strategy:
1515
fail-fast: false
1616
matrix:

0 commit comments

Comments
 (0)