Skip to content

Commit a12883b

Browse files
authored
Upgrade GitHub Actions to Ubuntu 24.04
Updated the workflow to use Ubuntu 24.04 for linting, dialyzer, and testing jobs.
1 parent b34d937 commit a12883b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
jobs:
1111
lint:
1212
name: Lint
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414

1515
env:
1616
ELIXIR_VERSION: "1.15"
@@ -50,7 +50,7 @@ jobs:
5050

5151
dialyzer:
5252
name: Dialyze
53-
runs-on: ubuntu-20.04
53+
runs-on: ubuntu-24.04
5454

5555
env:
5656
ELIXIR_VERSION: "1.15"
@@ -107,7 +107,7 @@ jobs:
107107
test:
108108
name: Test (Erlang ${{ matrix.otp }}, Elixir ${{ matrix.elixir }}, Toxiproxy ${{ matrix.toxiproxy }})
109109

110-
runs-on: ubuntu-20.04
110+
runs-on: ubuntu-24.04
111111

112112
strategy:
113113
matrix:

0 commit comments

Comments
 (0)