From fac1cc4948ff135e523183477ff6902ac8cbbbc1 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Wed, 6 May 2026 08:25:49 -0400 Subject: [PATCH] testing: Use Full Runners for LLVM Support in Gitea CI Signed-off-by: Will Hawkins --- .github/workflows/main.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 20f90b7..94dbbb2 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -5,7 +5,7 @@ name: Continuous Integration jobs: grammar-tests: name: Grammar Tests - runs-on: ubuntu-latest + runs-on: ubuntu-latest-full steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v4 @@ -22,7 +22,7 @@ jobs: working-directory: ./tree-sitter-p4 library-tests: name: Library Tests - runs-on: ubuntu-latest + runs-on: ubuntu-latest-full steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v4 @@ -43,7 +43,7 @@ jobs: - run: swift test library-format-tests: name: Library Format Tests - runs-on: ubuntu-latest + runs-on: ubuntu-latest-full steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v4