diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index cab7c19a4..389b6c4d6 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: python: [ "3.13" ] - os: [ ubuntu-22.04 ] + os: [ ubuntu-24.04 ] defaults: run: shell: bash diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index d6a586c22..9b881499b 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: python: [ "3.10", "3.11", "3.12", "3.13" ] - os: [ ubuntu-22.04 ] + os: [ ubuntu-24.04 ] compiler: [gcc, clang14] rust: [1.62.1] defaults: @@ -74,8 +74,8 @@ jobs: run: | dpkg -S llvm-config - - name: Set LLVM_CONFIG on 22.04 - if: matrix.os == 'ubuntu-22.04' + - name: Set LLVM_CONFIG on 24.04 + if: matrix.os == 'ubuntu-24.04' run: | echo "LLVM_CONFIG=/usr/bin/llvm-config" >> $GITHUB_ENV