aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2025-08-03 10:49:41 +0800
committerAaron LI <aly@aaronly.me>2025-08-03 10:49:41 +0800
commitb3ccb2ec858f052903ef735300b67f701be266a7 (patch)
tree4c503598b6e60de5ecc46cdc30b4c7d08ed4a399
parentd26d8ab511dde6160f01c966146aa0edc3d1cf97 (diff)
downloadresume-b3ccb2ec858f052903ef735300b67f701be266a7.tar.bz2
github: Fix job nameHEADmaster
-rw-r--r--.github/workflows/main.yml4
1 files 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: