[PATCH] D143535: github: Add manual workflow to build and upload release binaries

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 8 00:26:44 PST 2023


tschuett added inline comments.


================
Comment at: .github/workflows/release-binaries.yml:14
+    name: Prepare to build binaries
+    runs-on: ubuntu-latest
+    if: github.repository == 'llvm/llvm-project'
----------------
I would recommend to pin the image to, e.g. ubuntu-22.04.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143535/new/

https://reviews.llvm.org/D143535



More information about the llvm-commits mailing list