Skip to content

Commit

Permalink
.circleci/ use image: default
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Dec 10, 2024
1 parent d98d948 commit 1b73855
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ references:
jobs:
html:
machine:
image: ubuntu-2004:2022.07.1
image: default
steps:
- checkout
- *setup-tex
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:

latex:
machine:
image: ubuntu-2004:2022.07.1
image: default
steps:
- checkout
- *setup-tex
Expand All @@ -76,7 +76,7 @@ jobs:
paths: manual.pdf
jlatex:
machine:
image: ubuntu-2004:2022.07.1
image: default
steps:
- checkout
- *setup-tex
Expand All @@ -97,7 +97,7 @@ jobs:
paths: jmanual.pdf
rst:
machine:
image: ubuntu-2004:2022.07.1
image: default
steps:
- checkout
- *setup-tex
Expand Down

0 comments on commit 1b73855

Please sign in to comment.