ci: remove ubuntu 20.04 runners (#5545)

* ci: remove ubuntu 20.04 runners

* chore: update ec2-github-runner action as author suggests

* fix: use latest ubuntu image for fuzz test

* Update action.yml

* Update action.yml

---------

Co-authored-by: shuiyisong <113876041+shuiyisong@users.noreply.github.com>
Co-authored-by: liyang <daviderli614@gmail.com>
This commit is contained in:
Ning Sun
2025-03-04 16:40:29 -08:00
committed by GitHub
parent abf1680d14
commit e0065a5159
15 changed files with 68 additions and 68 deletions

View File

@@ -1,4 +1,4 @@
FROM ubuntu:20.04 as builder
FROM ubuntu:22.04 as builder
ARG CARGO_PROFILE
ARG FEATURES