Run Gitea workflows on Ubuntu only
Some checks failed
Native code generation / deterministic (push) Successful in 1m31s
Imaging and meshing gate / native (push) Failing after 17s
JPEG 2000 feature / linux (push) Failing after 1m0s
Skia feature / linux (push) Failing after 1m37s

This commit is contained in:
2026-08-09 07:07:13 +00:00
parent b2a060d3c6
commit 5bc22bdd83
5 changed files with 3 additions and 66 deletions

View File

@@ -1 +1,2 @@
All code and API mappings must be cross-platform; do not use macOS-only APIs unless equivalent Linux and Windows implementations are provided.
Gitea Actions workflows must target only `ubuntu-latest`; do not add macOS or Windows Gitea jobs.