Skip to content

Commit

Permalink
azure: use Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed May 16, 2024
1 parent f441589 commit 3b63fa4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ stages:
- job: "port_linux"
displayName: "Linux"
pool:
vmImage: ubuntu-22.04
vmImage: ubuntu-24.04
variables:
- name: vcpkg.root
value: "/usr/local/share/vcpkg" # VCPKG_INSTALLATION_ROOT
strategy:
matrix:
x64_clang15: # ubuntu-22.04
matrix: # ubuntu-24.04
x64_clang15:
vcpkg.default.triplet: "x64-linux"
cc: clang-15
cxx: clang++-15
Expand Down

0 comments on commit 3b63fa4

Please sign in to comment.