Skip to content

Commit 108ae1a

Browse files
committed
Update CI
1 parent a6588bb commit 108ae1a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
unit-tests:
1212
name: Unit tests ${{ matrix.python-version }}
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
strategy:
1515
matrix:
1616
python-version: [ "3.10", "3.11", "3.12" ]
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- name: Build unit tests image
2727
run: docker build --build-arg PYTHON_VERSION=${{ matrix.python-version }} -t pydfy .
@@ -30,7 +30,7 @@ jobs:
3030
run: docker run pydfy -m pytest /home/pydfy-user/pydfy
3131

3232
checks:
33-
runs-on: ubuntu-20.04
33+
runs-on: ubuntu-24.04
3434

3535
steps:
3636
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)