mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 01:51:51 +00:00
ci: silence CircleCI warning about deprecated image
CircleCI currently prints out the following warning: This job is using a deprecated image 'ubuntu-2004:202010-01', please update to a newer image According to https://discuss.circleci.com/t/linux-image-deprecations-and-eol-for-2024/ the recommended image name is: "image: default" Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
parent
52623cca16
commit
0fc83a79b1
@ -2,7 +2,7 @@ version: 2.1
|
||||
jobs:
|
||||
test-local-gcc:
|
||||
machine:
|
||||
image: ubuntu-2004:202010-01
|
||||
image: default
|
||||
working_directory: ~/criu
|
||||
steps:
|
||||
- checkout
|
||||
@ -11,7 +11,7 @@ jobs:
|
||||
command: sudo -E make -C scripts/ci local
|
||||
test-local-clang:
|
||||
machine:
|
||||
image: ubuntu-2004:202010-01
|
||||
image: default
|
||||
working_directory: ~/criu
|
||||
steps:
|
||||
- checkout
|
||||
|
Loading…
x
Reference in New Issue
Block a user