Skip to content

Commit

Permalink
Run CI on Ubuntu 24 (GCC 13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Nov 20, 2024
1 parent d2a56f5 commit 3792e4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stages:
strategy:
matrix:
linux:
imageName: 'ubuntu-22.04'
imageName: 'ubuntu-24.04'
python.version: '3.x'
CXX: g++
BUILD_PYTHON_API: ON
Expand All @@ -39,7 +39,7 @@ stages:
jobs:
- job: Build
pool:
vmImage: 'ubuntu-22.04'
vmImage: 'ubuntu-24.04'
strategy:
matrix:
cli:
Expand All @@ -62,7 +62,7 @@ stages:
strategy:
matrix:
linux:
imageName: 'ubuntu-22.04'
imageName: 'ubuntu-24.04'
python.version: '3.x'
CXX: g++
BUILD_PYTHON_API: ON
Expand Down Expand Up @@ -92,7 +92,7 @@ stages:
strategy:
matrix:
ubuntu_18:
imageName: 'ubuntu-22.04'
imageName: 'ubuntu-24.04'
pool:
vmImage: $(imageName)

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, ubuntu-latest]
os: [macos-12, ubuntu-24.04]
branches:
- {libtiledb: release-2.26, tiledb-py: 0.32.0}
- {libtiledb: dev, tiledb-py: dev}
Expand Down

0 comments on commit 3792e4c

Please sign in to comment.