[latex3-commits] [latex3/luaotfload] test-gh-actions: Use custom runner (d5f0a7f3)

github at latex-project.org github at latex-project.org
Wed Feb 14 22:42:40 CET 2024


Repository : https://github.com/latex3/luaotfload
On branch  : test-gh-actions
Link       : https://github.com/latex3/luaotfload/commit/d5f0a7f3ee575454effdba2e8f62474ccaa8254d

>---------------------------------------------------------------

commit d5f0a7f3ee575454effdba2e8f62474ccaa8254d
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Wed Feb 14 22:42:40 2024 +0100

    Use custom runner


>---------------------------------------------------------------

d5f0a7f3ee575454effdba2e8f62474ccaa8254d
 .github/workflows/main.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 8eb1e8b4..7ac06462 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -16,7 +16,7 @@ jobs:
   # The l3build job contains the actual work. We misuse the matrix mechanism to
   # create three jobs which only differ in minimal elements.
   l3build:
-    runs-on: ubuntu-20.04
+    runs-on: custom-runner
     strategy:
       matrix:
         # include indicates that we want to set explicitly these combinations





More information about the latex3-commits mailing list.