Skip to content

Commit

Permalink
groovy -> focal
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jul 8, 2024
1 parent f08b0df commit 31204a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cache_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
distro: [groovy, jammy, noble, oracular]
distro: [focal, jammy, noble, oracular]
dart_version: [v6.14]
platforms: ["linux/amd64,linux/arm64,linux/ppc64le,linux/s390x"]
build_min: [OFF]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
# Supported LTS versions
os: [ubuntu-groovy, ubuntu-jammy, ubuntu-noble]
os: [ubuntu-focal, ubuntu-jammy, ubuntu-noble]
build_type: [Release]
codecov: [OFF]
check_format: [OFF]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG TARGETPLATFORM=linux/amd64
FROM --platform=$TARGETPLATFORM ubuntu:groovy
FROM --platform=$TARGETPLATFORM ubuntu:focal

ARG DEBIAN_FRONTEND=noninteractive

Expand All @@ -15,7 +15,6 @@ RUN apt-get update -qq
RUN apt-get install -y --no-install-recommends \
build-essential \
clang \
clang-format-14 \
cmake \
curl \
doxygen \
Expand Down

0 comments on commit 31204a0

Please sign in to comment.