Skip to content

Commit 180d01c

Browse files
committed
Bump CI to ubuntu-24.04
1 parent 0b9d99a commit 180d01c

File tree

3 files changed

+6
-22
lines changed

3 files changed

+6
-22
lines changed

.github/workflows/dialyzer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
check:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-24.04
88

99
steps:
1010
- uses: actions/checkout@v2

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
check:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-24.04
88

99
steps:
1010
- uses: actions/checkout@v2

.github/workflows/test.yml

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,19 @@ on: [push, pull_request]
44

55
jobs:
66
test:
7+
runs-on: ubuntu-24.04
8+
79
strategy:
810
matrix:
911
include:
10-
- elixir: '1.7.4'
11-
otp: '19.3'
12-
runs-on: ubuntu-18.04
13-
- elixir: '1.8.2'
14-
otp: '20.3'
15-
runs-on: ubuntu-latest
16-
- elixir: '1.9.4'
17-
otp: '20.3'
18-
runs-on: ubuntu-latest
19-
- elixir: '1.10.4'
20-
otp: '21.3'
21-
runs-on: ubuntu-latest
2212
- elixir: '1.11.4'
23-
otp: '22.3'
24-
runs-on: ubuntu-latest
13+
otp: '24.3'
2514
- elixir: '1.12.3'
26-
otp: '23.3'
27-
runs-on: ubuntu-latest
15+
otp: '24.3'
2816
- elixir: '1.13.4'
2917
otp: '24.3'
30-
runs-on: ubuntu-latest
3118
- elixir: '1.13.4'
3219
otp: '25.0'
33-
runs-on: ubuntu-latest
34-
35-
runs-on: ${{ matrix.runs-on }}
3620

3721
env:
3822
MIX_ENV: test

0 commit comments

Comments
 (0)