You've already forked edk2-upstream
mirror of
https://github.com/Dasharo/edk2-upstream.git
synced 2026-03-06 15:03:57 -08: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:
committed by
mergify[bot]
parent
9833508252
commit
96158b339a
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
|
||||
|
||||
Reference in New Issue
Block a user