Skip to content

Commit f6f2dc6

Browse files
TheGreatRefrigeratormrkhan
authored andcommitted
ci: replace ubuntu 20.04 image with 24.04
due to upcoming removal of 20.04 image by GitHub
1 parent 8a52af5 commit f6f2dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
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)