mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 21:15:06 +00:00
[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:
parent
a69842a839
commit
467b08ba36
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
2
.github/workflows/configs-build.yml
vendored
2
.github/workflows/configs-build.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/linux-ci.yml
vendored
2
.github/workflows/linux-ci.yml
vendored
|
@ -12,7 +12,7 @@ permissions:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Add table
Reference in a new issue