Skip to content

Commit d340e21

Browse files
committed
Update ubuntu version
1 parent 2b55cfa commit d340e21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check_dependents.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
test_dependents:
1111
name: Ensure ${{ matrix.dependent }} tests pass
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313

1414
strategy:
1515
matrix:

.github/workflows/elixir.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
test:
1111
name: Elixir ${{matrix.elixir}} / OTP ${{matrix.otp}}
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313

1414
strategy:
1515
matrix:

0 commit comments

Comments
 (0)