Skip to content

Commit ee6a58e

Browse files
ci: replace ubuntu 20.04 image with 24.04
due to upcoming removal of 20.04 image by GitHub
1 parent 83d11ad commit ee6a58e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
node-version: [20]
1515
python-version: ["3.10"]
16-
os: [ubuntu-20.04]
16+
os: [ubuntu-24.04]
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- name: checkout

0 commit comments

Comments
 (0)