mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
.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:
parent
9833508252
commit
96158b339a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/BuildPlatform.yml
vendored
2
.github/workflows/BuildPlatform.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue