Skip to content

Commit 5beca2c

Browse files
Upgrade Github Actions' runner image
`ubuntu-20.04` is getting deprecated. See actions/runner-images#11101 See manastech/infra#99
1 parent b0874e8 commit 5beca2c

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
@@ -4,9 +4,9 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-24.04
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010
- name: Generate images' Dockerfiles
1111
run: ./dockerfiles.sh
1212
- name: Build Docker images

0 commit comments

Comments
 (0)