Skip to content

Commit

Permalink
.travis.yml: update to jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
nilfm99 committed Jun 14, 2024
1 parent fc6e403 commit 7c98e8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
os: linux
dist: focal
dist: jammy
language: c++
cache: ccache

Expand All @@ -8,7 +8,7 @@ addons:
update: true
sources:
- sourceline: "ppa:ubuntu-toolchain-r/test"
- sourceline: "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-11 main"
- sourceline: "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-11 main"
key_url: "https://apt.llvm.org/llvm-snapshot.gpg.key"
packages:
- python3-pip
Expand Down

0 comments on commit 7c98e8d

Please sign in to comment.