From b3ccb2ec858f052903ef735300b67f701be266a7 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 3 Aug 2025 10:49:41 +0800 Subject: github: Fix job name --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 95f1c72..54ed3a0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ on: - master jobs: - ubuntu-24.04: + ubuntu_24_04: # see https://github.com/actions/runner-images runs-on: ubuntu-24.04 steps: @@ -37,7 +37,7 @@ jobs: - name: build pdfs run: make - ubuntu-22.04: + ubuntu_22_04: # see https://github.com/actions/runner-images runs-on: ubuntu-22.04 steps: -- cgit v1.2.2