Skip to content

Commit

Permalink
CircleCI: update image from ubuntu-2004:202101-01 to ubuntu-2004:2023…
Browse files Browse the repository at this point in the history
….07.1 due to deprecation of old image
  • Loading branch information
dennisameling committed Feb 24, 2024
1 parent f1b0d88 commit 87168c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ parameters:
jobs:
build:
machine:
# Fixed to this version due to issues with Git LFS
# https://discuss.circleci.com/t/git-lfs-broken-in-recent-ubuntu-20-04-machine-images-arm64/46473/1
image: ubuntu-2004:202101-01
image: ubuntu-2004:2023.07.1
resource_class: arm.medium
steps:
- run:
Expand Down Expand Up @@ -44,6 +42,7 @@ jobs:
command: |
echo "nvm use default" >> $BASH_ENV
- run: sudo apt-get update && sudo apt-get install xvfb libgbm-dev build-essential ruby git-lfs
- run: which git-lfs && git-lfs --version
- run: git lfs install
- run:
name: Install FPM (for packaging)
Expand Down

0 comments on commit 87168c5

Please sign in to comment.