Skip to content

Commit e9d6e6c

Browse files
committed
ci: update github actions and machine image
1 parent 9c0efd9 commit e9d6e6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
env:
1313
MIX_ENV: test
1414
strategy:
@@ -23,7 +23,7 @@ jobs:
2323
otp: 26.2
2424
lint: lint
2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v4
2727

2828
- uses: erlef/setup-beam@v1
2929
with:

0 commit comments

Comments
 (0)