[ci] Update Ubuntu 20.04 images to 24.04

GitHub actions will start failing jobs using Ubuntu 20.04 images, so
switch to 24.04. Switch also on CircleCI while at it.
This commit is contained in:
Khaled Hosny 2025-02-11 23:41:34 +02:00 committed by خالد حسني (Khaled Hosny)
parent a69842a839
commit 467b08ba36
3 changed files with 4 additions and 4 deletions

View file

@ -89,7 +89,7 @@ jobs:
tsan:
docker:
- image: ubuntu:20.04
- image: ubuntu:24.04
steps:
- checkout
- run: apt update || true
@ -104,7 +104,7 @@ jobs:
msan:
docker:
- image: ubuntu:20.04
- image: ubuntu:24.04
steps:
- checkout
- run: apt update || true

View file

@ -11,7 +11,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

View file

@ -12,7 +12,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout