Skip to content

Commit

Permalink
Update CI to latest Ubuntu LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
paolostivanin committed Mar 5, 2024
1 parent 694c343 commit 56739c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: 2.0

jobs:
ubuntu2304:
ubuntu2404:
docker:
- image: ubuntu:23.04
- image: ubuntu:24.04
steps:
- checkout
- run: apt update && DEBIAN_FRONTEND=noninteractive apt -y install git gcc clang cmake libgcrypt20-dev libgtk-3-dev libzip-dev libjansson-dev libpng-dev libzbar-dev libprotobuf-c-dev libsecret-1-dev uuid-dev libprotobuf-dev libqrencode-dev
Expand Down Expand Up @@ -50,7 +50,7 @@ workflows:
version: 2
build:
jobs:
- ubuntu2304
- ubuntu2404
- ubuntuLatestRolling
- debianLatestStable
- fedoraLatestStable
Expand Down

0 comments on commit 56739c2

Please sign in to comment.