Skip to content

Commit

Permalink
ci: migrate to ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Pesa committed Jun 20, 2024
1 parent cb861ed commit 023bac3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:

jobs:
html:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
outputs:
version: ${{ steps.version.outputs.version }}
steps:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
if-no-files-found: error

pdf:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -64,8 +64,7 @@ jobs:
python-version: '3.12'
- name: Install dependencies
run: |
sudo apt-get -qq update
sudo apt-get -qy install --no-install-recommends latexmk \
sudo apt-get install -Uy --no-install-recommends latexmk \
texlive-latex-extra texlive-fonts-recommended tex-gyre
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions: {}

jobs:
linkcheck:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 023bac3

Please sign in to comment.