Skip to content

Commit 79c9ad8

Browse files
committed
CI: ubuntu-20 no longer supported by Github Actions, bump to ubuntu-24 (processone#4281)
1 parent cf2a8c4 commit 79c9ad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
otp: ['20.0', '25', '26', '27']
29-
runs-on: ubuntu-20.04
28+
otp: ['25', '26', '27']
29+
runs-on: ubuntu-24.04
3030
services:
3131
redis:
3232
image: public.ecr.aws/docker/library/redis

0 commit comments

Comments
 (0)