diff options
author | Aaron LI <aly@aaronly.me> | 2025-08-03 10:49:41 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2025-08-03 10:49:41 +0800 |
commit | b3ccb2ec858f052903ef735300b67f701be266a7 (patch) | |
tree | 4c503598b6e60de5ecc46cdc30b4c7d08ed4a399 /.github/workflows | |
parent | d26d8ab511dde6160f01c966146aa0edc3d1cf97 (diff) | |
download | resume-b3ccb2ec858f052903ef735300b67f701be266a7.tar.bz2 |
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yml | 4 |
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: |