Skip to content

Commit 762a563

Browse files
committed
chore(.github/workflows): use ubuntu-24.04
Previous version is no longer available. Signed-off-by: Ronan Abhamon <[email protected]>
1 parent 78bc598 commit 762a563

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
mypy .
2424
2525
build:
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-24.04
2727

2828
steps:
2929
- uses: actions/checkout@v3
3030
- name: Set up Python 3
3131
uses: actions/setup-python@v4
3232
with:
33-
python-version: '3.6'
33+
python-version: '3.x'
3434

3535
- name: Install dependencies
3636
run: |

dev_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
coverage
2-
astroid==2.3.3
3-
pylint==2.4.4
2+
astroid
3+
pylint
44
bitarray
55
python-linstor

0 commit comments

Comments
 (0)