Skip to content

Commit 2594004

Browse files
committed
Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label
1 parent 871c1c8 commit 2594004

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
matrix:
4545
tox-environment: [ "lint" ]
4646
name: ${{ matrix.tox-environment }}
47-
runs-on: ubuntu-20.04
47+
runs-on: 'ubuntu-24.04'
4848
steps:
4949
- name: Checkout Contrib Repo @ SHA - ${{ github.sha }}
5050
uses: actions/checkout@v2

0 commit comments

Comments
 (0)