Skip to content

Commit fa94592

Browse files
committed
update github actions to use ubuntu 24.04
1 parent 0d4f2b8 commit fa94592

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/black.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
python: [ "3.13" ]
13-
os: [ ubuntu-22.04 ]
13+
os: [ ubuntu-24.04 ]
1414
defaults:
1515
run:
1616
shell: bash

.github/workflows/ubuntu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
python: [ "3.10", "3.11", "3.12", "3.13" ]
13-
os: [ ubuntu-22.04 ]
13+
os: [ ubuntu-24.04 ]
1414
compiler: [gcc, clang14]
1515
rust: [1.62.1]
1616
defaults:
@@ -74,8 +74,8 @@ jobs:
7474
run: |
7575
dpkg -S llvm-config
7676
77-
- name: Set LLVM_CONFIG on 22.04
78-
if: matrix.os == 'ubuntu-22.04'
77+
- name: Set LLVM_CONFIG on 24.04
78+
if: matrix.os == 'ubuntu-24.04'
7979
run: |
8080
echo "LLVM_CONFIG=/usr/bin/llvm-config" >> $GITHUB_ENV
8181

0 commit comments

Comments
 (0)