Skip to content

Commit

Permalink
ci: install g++-13 in Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed May 16, 2024
1 parent 3b63fa4 commit 9c5d7cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@ stages:
- job: "port_linux"
displayName: "Linux"
pool:
vmImage: ubuntu-24.04
vmImage: ubuntu-22.04
variables:
- name: vcpkg.root
value: "/usr/local/share/vcpkg" # VCPKG_INSTALLATION_ROOT
strategy:
matrix: # ubuntu-24.04
matrix: # ubuntu-22.04
x64_clang15:
vcpkg.default.triplet: "x64-linux"
cc: clang-15
Expand Down
2 changes: 2 additions & 0 deletions test/packages-apt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ libx11-dev
libxi-dev
libxext-dev
libx11-xcb-dev
g++-13
libstdc++-13-dev

0 comments on commit 9c5d7cc

Please sign in to comment.