Skip to content

Commit

Permalink
Ubuntu 24.04 for LaTeX
Browse files Browse the repository at this point in the history
  • Loading branch information
entorb committed May 14, 2024
1 parent 714a835 commit dd68288
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make-pdf-1-select.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Print selection
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-pdf-6-parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build-and-release:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
part: [hpmor-1, hpmor-2, hpmor-3, hpmor-4, hpmor-5, hpmor-6]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-pdf-all-serial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-pdf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Print start date
run: date +%Y-%m-%d_%H:%M
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# base image
FROM ubuntu:22.04
FROM ubuntu:24.04

# set timezone
ENV TZ=Europe/Berlin
Expand Down

0 comments on commit dd68288

Please sign in to comment.