.github: Use Fedora 43 image for BuildPlatform workflow

Fedora 40, which is currently in use for the GitHub workflows, is EOL.

With the fixes for the C23 standard we can use GCC 15 and
switch over to the latest Fedora image.

Signed-off-by: Oliver Steffen <osteffen@redhat.com>
This commit is contained in:
Oliver Steffen
2025-11-17 09:15:46 +01:00
committed by mergify[bot]
parent 9833508252
commit 96158b339a

View File

@@ -61,7 +61,7 @@ jobs:
runs-on: ${{ inputs.runs-on }}
container:
image: ${{ startswith(inputs.runs-on, 'ubuntu') && 'ghcr.io/tianocore/containers/fedora-40-dev:latest' || '' }}
image: ${{ startswith(inputs.runs-on, 'ubuntu') && 'ghcr.io/tianocore/containers/fedora-43-v:latest' || '' }}
steps:
- name: Checkout