Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/asf-allowlist-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ permissions:
jobs:
asf-allowlist-check:
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }}
runs-on: ubuntu-24.04
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/aws_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:
fail-fast: false
matrix:
include:
- title: Ubuntu 24.04, S3 + SigV4, bundled AWS SDK
runs-on: ubuntu-24.04
- title: Ubuntu 26.04, S3 + SigV4, bundled AWS SDK
runs-on: ubuntu-26.04
CC: gcc-14
CXX: g++-14
s3: "ON"
sigv4: "ON"
bundle_awssdk: "ON"
- title: Ubuntu 24.04, S3 + SigV4, system AWS SDK
runs-on: ubuntu-24.04
- title: Ubuntu 26.04, S3 + SigV4, system AWS SDK
runs-on: ubuntu-26.04
CC: gcc-14
CXX: g++-14
s3: "ON"
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Install dependencies on Ubuntu
if: ${{ startsWith(matrix.runs-on, 'ubuntu') }}
shell: bash
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev libjitterentropy3-dev
- name: Cache vcpkg packages
if: ${{ startsWith(matrix.runs-on, 'ubuntu') && matrix.bundle_awssdk == 'OFF' }}
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
Expand Down Expand Up @@ -143,8 +143,8 @@ jobs:
# its CMake config, not pkg-config whose Cflags force -std=c++11).
meson-sigv4:
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }}
name: Meson SigV4 (AMD64 Ubuntu 24.04)
runs-on: ubuntu-24.04
name: Meson SigV4 (AMD64 Ubuntu 26.04)
runs-on: ubuntu-26.04
timeout-minutes: 45
env:
SCCACHE_DIR: ${{ github.workspace }}/.sccache
Expand All @@ -160,7 +160,7 @@ jobs:
- name: Install build dependencies
shell: bash
run: |
sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev
sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev libjitterentropy3-dev
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
- name: Cache vcpkg packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpp-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ concurrency:
jobs:
cpp-linter:
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }}
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
permissions:
contents: read
pull-requests: write
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ permissions:
jobs:
archive:
name: Archive
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
timeout-minutes: 5
steps:
- name: Checkout
Expand Down Expand Up @@ -79,10 +79,10 @@ jobs:
matrix:
os:
- macos-26
- ubuntu-24.04
- ubuntu-26.04
# - windows-latest
include:
- os: ubuntu-24.04
- os: ubuntu-26.04
CC: gcc-14
CXX: g++-14
steps:
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
if: github.ref_type == 'tag'
needs:
- verify
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
permissions:
contents: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanitizer_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
sanitizer-test:
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }}
name: "ASAN and UBSAN Tests"
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
env:
SCCACHE_DIR: ${{ github.workspace }}/.sccache
SCCACHE_CACHE_SIZE: "2G"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sql_catalog_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
fail-fast: false
matrix:
include:
- title: AMD64 Ubuntu 24.04
runs-on: ubuntu-24.04
- title: AMD64 Ubuntu 26.04
runs-on: ubuntu-26.04
CC: gcc-14
CXX: g++-14
cmake_build_type: Debug
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ env:
jobs:
ubuntu:
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }}
name: AMD64 Ubuntu 24.04
runs-on: ubuntu-24.04
name: AMD64 Ubuntu 26.04
runs-on: ubuntu-26.04
timeout-minutes: 30
strategy:
fail-fast: false
Expand Down Expand Up @@ -195,8 +195,8 @@ jobs:
fail-fast: false
matrix:
include:
- title: AMD64 Ubuntu 24.04
runs-on: ubuntu-24.04
- title: AMD64 Ubuntu 26.04
runs-on: ubuntu-26.04
CC: gcc-14
CXX: g++-14
meson-setup-args: -Drest_integration_test=enabled
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
zizmor:
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }}
name: Run zizmor 🌈
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
permissions: {}
steps:
- name: Checkout repository
Expand Down
Loading