Skip to content

Commit 629a1a9

Browse files
committed
fix: Switch back to Focal
Due to docker-library/tomcat#269
1 parent 48b831d commit 629a1a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tomcat-common-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
strategy:
2020
matrix:
2121
include:
22-
- tomcat_version: "9-jdk17-temurin-jammy"
22+
- tomcat_version: "9-jdk17-temurin-focal"
2323
image_suffix: ""
24-
- tomcat_version: "10-jdk17-temurin-jammy"
24+
- tomcat_version: "10-jdk17-temurin-focal"
2525
image_suffix: "-tomcat-10"
2626
steps:
2727
- name: Checkout Source Code

0 commit comments

Comments
 (0)