Skip to content

Commit

Permalink
bump arm64 base image
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Nov 8, 2022
1 parent 87e7463 commit 06e078a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ commands:
- run:
name: Add openjdk-r PPA
command: |
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 EB9B1D8886F44E2A
sudo add-apt-repository --yes ppa:openjdk-r/ppa
sudo apt-get --yes update
- run:
Expand Down Expand Up @@ -91,7 +92,7 @@ jobs:
compile:
resource_class: arm.medium
machine:
image: ubuntu-2004:current
image: ubuntu-2204:current
environment:
JAVA_VERSION: << pipeline.parameters.java_version >>
TERM: dumb
Expand All @@ -106,7 +107,7 @@ jobs:
test:
resource_class: arm.medium
machine:
image: ubuntu-2004:current
image: ubuntu-2204:current
environment:
JAVA_VERSION: << pipeline.parameters.java_version >>
TERM: dumb
Expand Down

0 comments on commit 06e078a

Please sign in to comment.