Skip to content

Commit b65046e

Browse files
Upgrade ubuntu
1 parent 4e2c040 commit b65046e

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,18 @@ jobs:
2525

2626
test:
2727
name: Elixir ${{ matrix.elixir }} / OTP ${{ matrix.otp }}
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-22.04
2929
needs: check_duplicate_runs
3030
if: ${{ needs.check_duplicate_runs.outputs.should_skip != 'true' }}
3131

3232
strategy:
3333
fail-fast: false
3434
matrix:
3535
include:
36-
- elixir: 1.7
37-
otp: 21.3
38-
- elixir: 1.8.2
39-
otp: 21.3
40-
- elixir: 1.9.4
41-
otp: 22.2
42-
- elixir: 1.10.4
43-
otp: 23.0
4436
- elixir: 1.13.0
45-
otp: 24.1
37+
otp: 24
4638
- elixir: 1.14.1
47-
otp: 25.1
39+
otp: 25
4840
check_warnings: true
4941
check_format: true
5042
steps:

.github/workflows/hex.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- '*'
88
jobs:
99
publish:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Set up Elixir

0 commit comments

Comments
 (0)