ci: use supported Fedora image for cross build
Some checks failed
Cross Build Windows Release on Linux / cross-build-windows (push) Failing after 1m34s
Build Windows Release / build-windows (push) Has been cancelled

This commit is contained in:
luochen570
2026-05-30 00:30:23 +08:00
parent 9297fde7ea
commit 4e530cb1dc

View File

@@ -16,7 +16,7 @@ jobs:
# Gitea act_runner 标签为 9950x该工作流在 Linux Runner 中交叉编译 Windows x86_64 包。 # Gitea act_runner 标签为 9950x该工作流在 Linux Runner 中交叉编译 Windows x86_64 包。
runs-on: 9950x runs-on: 9950x
container: container:
image: fedora:41 image: fedora:42
steps: steps:
- name: Configure Fedora TUNA mirror - name: Configure Fedora TUNA mirror