diff options
-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: |