Skip to content

Commit 8fe2377

Browse files
Update CI to run on ubuntu-24.04
1 parent a942318 commit 8fe2377

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
@@ -2,7 +2,7 @@ on: push
22

33
jobs:
44
test:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-24.04
66
name: OTP ${{matrix.versions.otp}} / Elixir ${{matrix.versions.elixir}}
77
strategy:
88
matrix:

0 commit comments

Comments
 (0)