Skip to content

Commit

Permalink
Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
entorb committed May 14, 2024
1 parent 22aaeaa commit 714a835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-and-ebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# check source code
#
check:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
cache-hit: ${{ steps.cache-lookup.outputs.cache-hit }}

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
# do not run make for pull_requests and not for unchanged tex files
if: github.event_name != 'pull_request' && needs.check.outputs.cache-hit != 'true'

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- name: Check out repository
Expand Down

0 comments on commit 714a835

Please sign in to comment.